Latest | 1.1.0 |
---|---|
Homepage | https://github.com/taka0125/AFNetworking-BoltsSupport |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | AFNetworking, Bolts |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
AFNetworking-BoltsSupport is available through CocoaPods. To install
it, simply add the following line to your Podfile:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod "AFNetworking-BoltsSupport"
Author
Takahiro Ooishi, [email protected]
License
AFNetworking-BoltsSupport is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "AFNetworking-BoltsSupport", "version": "1.1.0", "summary": "Bolts support for AFNetworking.", "homepage": "https://github.com/taka0125/AFNetworking-BoltsSupport", "license": "MIT", "authors": { "Takahiro Ooishi": "[email protected]" }, "source": { "git": "https://github.com/taka0125/AFNetworking-BoltsSupport.git", "tag": "1.1.0" }, "social_media_url": "https://twitter.com/taka0125", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "AFNetworking": [ ">= 2.6" ], "Bolts": [ ">= 1.3" ] } }
Sun, 06 Mar 2016 16:15:05 +0000