[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 3 / e / 1 / AFNetworkingExtension / 1.0.0 / AFNetworkingExtension.podspec.json
blob456d597b55fb7ee3b32d4cbc44ff1b3a1501bfa8
2   "name": "AFNetworkingExtension",
3   "version": "1.0.0",
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": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "AFNetworkingExtension/AFNetworkingExtension.h",
21   "deprecated_in_favor_of": "AFNetworkExtension",
22   "subspecs": [
23     {
24       "name": "Reachability",
25       "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
26       "dependencies": {
27         "AFNetworking/Reachability": [
28           ">= 2.0"
29         ]
30       }
31     },
32     {
33       "name": "Logger",
34       "source_files": "AFNetworkingExtension/Logger/**/*.{h,m}",
35       "dependencies": {
36         "AFNetworkActivityLogger": [
37           "~> 3.0"
38         ],
39         "ESFramework/Core": [
40           "~> 3.12"
41         ]
42       }
43     },
44     {
45       "name": "Serialization",
46       "source_files": "AFNetworkingExtension/Serialization/**/*.{h,m}",
47       "dependencies": {
48         "AFNetworking/Serialization": [
49           "~> 3.0"
50         ],
51         "ESFramework/Foundation": [
52           "~> 3.12"
53         ]
54       }
55     }
56   ]