[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / c / e / PromiseKit-AFNetworking / 0.5.1 / PromiseKit-AFNetworking.podspec.json
blobf1863de508f483f2337cafc8f58b52e0a1428a54
2   "name": "PromiseKit-AFNetworking",
3   "version": "0.5.1",
4   "summary": "PromiseKit extensions for AFNetworking",
5   "license": "MIT",
6   "homepage": "https://github.com/csotiriou/AFNetworking-PromiseKit/",
7   "source": {
8     "git": "https://github.com/csotiriou/AFNetworking-PromiseKit.git",
9     "tag": "0.5.1"
10   },
11   "authors": {
12     "Christos Sotiriou": "csotiriou86@gmail.com"
13   },
14   "public_header_files": "PromiseKit+AFNetworking/AFNetworking+PromiseKit.h",
15   "source_files": "PromiseKit+AFNetworking/AFNetworking+PromiseKit.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.5"
24     ],
25     "PromiseKit/Promise": [
26       "~> 2.0"
27     ],
28     "PromiseKit/When": [
30     ]
31   }