[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 9 / d / AFPromise / 0.1.1 / AFPromise.podspec.json
blob33411448ea8e5154999fa50758a0a6a62acf12b1
2   "name": "AFPromise",
3   "version": "0.1.1",
4   "summary": "AFPromise aka AFNetworking + PromiseKit",
5   "homepage": "https://github.com/wleii/AFPromise",
6   "license": "MIT",
7   "authors": {
8     "Lei Wang": "r4ynum1@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/wleii/AFPromise.git",
15     "tag": "0.1.1"
16   },
17   "source_files": [
18     "AFPromise",
19     "AFPromise/Source/**/*.{h,m}"
20   ],
21   "public_header_files": "AFPromise/**/*.h",
22   "requires_arc": true,
23   "swift_versions": [
24     "5.0",
25     "5.1"
26   ],
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "PromiseKit/CorePromise": [
32       "~> 6.8"
33     ]
34   },
35   "swift_version": "5.1"