[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / e / 1 / AFNetworkingExtension / 1.1.0 / AFNetworkingExtension.podspec.json
blobb22cf231eb06cf637f781fc0754c377eceec1a30
2   "name": "AFNetworkingExtension",
3   "version": "1.1.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.1.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": "Reachability",
28       "platforms": {
29         "ios": "9.0",
30         "osx": "10.11",
31         "tvos": "9.0"
32       },
33       "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
34       "dependencies": {
35         "AFNetworking/Reachability": [
36           ">= 2.0"
37         ]
38       }
39     },
40     {
41       "name": "Logger",
42       "source_files": "AFNetworkingExtension/Logger/**/*.{h,m}",
43       "dependencies": {
44         "AFNetworkActivityLogger": [
45           "~> 3.0"
46         ],
47         "ESFramework/Core": [
48           "~> 3.14"
49         ]
50       }
51     },
52     {
53       "name": "Serialization",
54       "source_files": "AFNetworkingExtension/Serialization/**/*.{h,m}",
55       "dependencies": {
56         "AFNetworking/Serialization": [
57           "~> 3.0"
58         ],
59         "ESFramework/Foundation": [
60           "~> 3.14"
61         ]
62       }
63     }
64   ]