adorsys / YesWeScan

A library with a ready to use view controller for document scanning
Apache License 2.0
102 stars 33 forks source link

Add Carthage compatibility #10

Closed xavierLowmiller closed 6 years ago

xavierLowmiller commented 6 years ago

Description

Following the steps at the carthage manual, this adds Carthage Compatibility. In order to do this, I had to add a YesWeScan.xcodeproj at the root of the project that contains the framework to be built.

To verify this works, I ran the command carthage build --archive, which ensures that the module can be built.

Next steps will be to upload the pre-built archives to GitHub so users won't have to rebuild the framework every time.

fbernutz commented 6 years ago

Running carthage build --archive was successful for me, so I will merge this now 👍