[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / 1 / AFNetworkingExtension / 0.0.1 / AFNetworkingExtension.podspec.json
blobfebde27110b6613e8cc58592f995e44c9f6d9ec3
2   "name": "AFNetworkingExtension",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "AFNetworking extension",
9   "homepage": "https://github.com/ElfSundae/AFNetworkingExtension",
10   "authors": {
11     "Elf Sundae": "https://0x123.com"
12   },
13   "source": {
14     "git": "https://github.com/ElfSundae/AFNetworkingExtension.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "source_files": "AFNetworkingExtension/AFNetworkingExtension.h",
24   "deprecated_in_favor_of": "AFNetworkExtension",
25   "subspecs": [
26     {
27       "name": "Reachability",
28       "platforms": {
29         "ios": "8.0",
30         "osx": "10.9",
31         "tvos": "9.0"
32       },
33       "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
34       "dependencies": {
35         "AFNetworking/Reachability": [
36           ">= 2.0"
37         ]
38       }
39     }
40   ]