[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / 1 / AFNetworkingExtension / 1.2.0 / AFNetworkingExtension.podspec.json
blob2be3f89ea97f778b89ee666ac58ce8f35c2cfcc1
2   "name": "AFNetworkingExtension",
3   "version": "1.2.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.2.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "AFNetworkingExtension/AFNetworkingExtension.h",
24   "deprecated_in_favor_of": "AFNetworkExtension",
25   "subspecs": [
26     {
27       "name": "Logger",
28       "source_files": "AFNetworkingExtension/Logger/**/*.{h,m}",
29       "dependencies": {
30         "AFNetworking/NSURLSession": [
31           "~> 3.0"
32         ],
33         "AFNetworkActivityLogger": [
34           "~> 3.0"
35         ],
36         "ESFramework/Core": [
37           "~> 3.14"
38         ]
39       }
40     },
41     {
42       "name": "NSURLSession",
43       "source_files": "AFNetworkingExtension/NSURLSession/**/*.{h,m}",
44       "dependencies": {
45         "AFNetworking/NSURLSession": [
46           "~> 3.0"
47         ]
48       }
49     },
50     {
51       "name": "Reachability",
52       "platforms": {
53         "ios": "9.0",
54         "osx": "10.11",
55         "tvos": "9.0"
56       },
57       "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
58       "dependencies": {
59         "AFNetworking/Reachability": [
60           ">= 2.0"
61         ]
62       }
63     },
64     {
65       "name": "Serialization",
66       "source_files": "AFNetworkingExtension/Serialization/**/*.{h,m}",
67       "dependencies": {
68         "AFNetworking/Serialization": [
69           "~> 3.0"
70         ],
71         "ESFramework/Foundation": [
72           "~> 3.14"
73         ]
74       }
75     }
76   ]