Latest | 0.1.3 |
---|---|
Homepage | https://github.com/SylvanasX/ReactiveObjCExt |
License | MIT |
Platforms | ios 8.0 |
Dependencies | ReactiveObjC |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
ReactiveObjCExt is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'ReactiveObjCExt'
Author
sylvanasx, [email protected]
License
ReactiveObjCExt is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "ReactiveObjCExt", "version": "0.1.3", "summary": "ReactiveObjC Extensions", "description": "ReactiveObjC Extensions.", "homepage": "https://github.com/SylvanasX/ReactiveObjCExt", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "sylvanasx": "[email protected]" }, "source": { "git": "https://github.com/sylvanasx/ReactiveObjCExt.git", "tag": "0.1.3" }, "platforms": { "ios": "8.0" }, "source_files": "ReactiveObjCExt/Classes/**/*", "dependencies": { "ReactiveObjC": [ "~> 3.1.0" ] } }
Mon, 01 Oct 2018 03:00:16 +0000