- Swift 3
- iOS 9+
First, you need clone Ogrenich repo and place it on the same level with target project.
- Using CocoaPods:
pod 'Ogrenich', :path => '../ogrenich-ios'
pod 'Ogrenich/RxSwift', :path => '../ogrenich-ios'
Then run pod install
.
In any file you'd like to use Ogrenich in, don't forget to
import the framework with import Ogrenich
.
Ogrenich iOS Framework is under MIT license.