Smartling / ios-i18n

The ios-i18n library provides seamless integration of plurals into iOS 6 apps.
http://www.smartling.com
Apache License 2.0
205 stars 41 forks source link

Add Carthage support #17

Closed simX closed 9 years ago

simX commented 9 years ago

This pull request adds a framework target to support the Carthage dependency manager: https://github.com/Carthage/Carthage

This allows for the automated downloading and building of embedded frameworks for iOS 8, and Carthage doesn't modify the xcworkspace file like Cocoapods does. Building with Cocoapods is still supported, of course.

paiv commented 9 years ago

I've updated the project based on your request. Thank you