Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
To integrate UIExtensions
into your Xcode project using Carthage, specify it in your Cartfile
:
github "Couriere/UIExtensions"
Run carthage update
to build the framework and drag the built UIExtensions.framework
into your Xcode project.
To integrate UIExtensions
into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/Couriere/cocoapods.git'
platform :ios, '9.0'
use_frameworks!
target '<Your Target Name>' do
pod 'UIExtensions'
end
Then, run the following command:
$ pod install
link |
Stars: 4 |
Last commit: 2 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics