Renamed UserDefault property wrapper to CodableUserDefault.
UserDefault
CodableUserDefault
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:
UIExtensions
Cartfile
github "Couriere/UIExtensions"
Run carthage update to build the framework and drag the built UIExtensions.framework into your Xcode project.
carthage update
UIExtensions.framework
To integrate UIExtensions into your Xcode project using CocoaPods, specify it in your Podfile:
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
UIExtensions
Carthage integration:
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 yourCartfile
:Run
carthage update
to build the framework and drag the builtUIExtensions.framework
into your Xcode project.Cocoapods integration:
To integrate
UIExtensions
into your Xcode project using CocoaPods, specify it in yourPodfile
:Then, run the following command: