[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / c / e / PromiseKit-AFNetworking / 0.1.5 / PromiseKit-AFNetworking.podspec.json
blobb46276819a73db1d30c67246704f30dfbde9c33e
2   "name": "PromiseKit-AFNetworking",
3   "version": "0.1.5",
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.5"
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   }