Latest | 1.0 |
---|---|
Homepage | https://github.com/burczyk/AFAbstractRESTClient |
License | MIT |
Platforms | ios 6.0, requires ARC |
Dependencies | AFNetworking |
Authors |
no README.md available
Latest podspec
{ "name": "AFAbstractRESTClient", "version": "1.0", "summary": "AFAbstractRESTClient is simple abstract solution to deal with REST webservices using AFNetworking.", "homepage": "https://github.com/burczyk/AFAbstractRESTClient", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Kamil Burczyk": "[email protected]" }, "source": { "git": "https://github.com/burczyk/AFAbstractRESTClient.git", "tag": "1.0" }, "platforms": { "ios": "6.0" }, "source_files": "AFAbstractRESTClient", "prefix_header_file": "AFAbstractRESTClient/AFAbstractRESTClient-Prefix.pch", "requires_arc": true, "dependencies": { "AFNetworking": [ "~> 1.2.1" ] } }
Sat, 05 Mar 2016 15:55:02 +0000