[Add] MappIntelligence 5.0.13
[CocoaPods.git] / Specs / d / 4 / 2 / AFAbstractRESTClient / 1.0 / AFAbstractRESTClient.podspec.json
blob76dc917ea33a2a12f9abc75e560fbed6730f0036
2   "name": "AFAbstractRESTClient",
3   "version": "1.0",
4   "summary": "AFAbstractRESTClient is simple abstract solution to deal with REST webservices using AFNetworking.",
5   "homepage": "https://github.com/burczyk/AFAbstractRESTClient",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kamil Burczyk": "kamil.burczyk@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/burczyk/AFAbstractRESTClient.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "AFAbstractRESTClient",
21   "prefix_header_file": "AFAbstractRESTClient/AFAbstractRESTClient-Prefix.pch",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.2.1"
26     ]
27   }