Installation
Carthage
The easiest way to include ReduxKit is via Carthage:
iOS 8.0 required
Add ReduxKit to Cartfile
github "ReduxKit/ReduxKit" ~> 0.1
Run in terminal:
$ carthage update
CocoaPods
Add ReduxKit to your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
pod 'ReduxKit', '~> 0.1'
Then, run the following command:
$ pod install