[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / c / e / PromiseKit-AFNetworking / 0.1.6 / PromiseKit-AFNetworking.podspec.json
blob3e11bcd23b242402f38cbda4c0a5a59259d12e4b
2   "name": "PromiseKit-AFNetworking",
3   "version": "0.1.6",
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.6"
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     "PromiseKit/When": [
30     ]
31   }