TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2015 |
SPMSupports SPM | ✗ |
Maintained by Szymon Lorenz.
To run the example project, clone the repo, and run pod install
from the Example directory first.
RGApi requires iOS 8.0 and above.
RGApi is available through CocoaPods.
CocoaPods is a dependency manager for Cocoa projects.
CocoaPods 0.36 beta adds supports for Swift and embedded frameworks. You can install it with the following command:
$ gem install cocoapods –pre To integrate RGApi into your Xcode project using CocoaPods, specify it in your Podfile: Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add use_frameworks!
to your Podfile or target to opt into using it.
source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! pod 'RGApi'
Then, run the following command:
$ pod install
Shial, [email protected]
RGApi is available under the MIT license. See the LICENSE file for more info.