[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 7 / c / e / PromiseKit-AFNetworking / 0.1.4 / PromiseKit-AFNetworking.podspec.json
blob1640ee4e8de07b5ec644a75beb1e4865f6eb8764
2   "name": "PromiseKit-AFNetworking",
3   "version": "0.1.4",
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.1.4"
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": "6.0",
19     "osx": "10.8"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ],
25     "PromiseKit/Promise": [
27     ]
28   }