[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / d / AFPromise / 0.1.2 / AFPromise.podspec.json
blobe1519c6a8cca6ed38f42c1f812b0532f781e7456
2   "name": "AFPromise",
3   "version": "0.1.2",
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.2"
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"