[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / e / 1 / AFNetworkingExtension / 1.3.1 / AFNetworkingExtension.podspec.json
blobe6c4b3e80eb41a141219c6b388fb43595bd9f3fc
2   "name": "AFNetworkingExtension",
3   "version": "1.3.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "AFNetworking Extension",
9   "homepage": "https://github.com/ElfSundae/AFNetworkingExtension",
10   "social_media_url": "https://twitter.com/ElfSundae",
11   "authors": {
12     "Elf Sundae": "https://0x123.com"
13   },
14   "source": {
15     "git": "https://github.com/ElfSundae/AFNetworkingExtension.git",
16     "tag": "1.3.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "AFNetworkingExtension/AFNetworkingExtension.h",
25   "deprecated_in_favor_of": "AFNetworkExtension",
26   "subspecs": [
27     {
28       "name": "Logger",
29       "source_files": "AFNetworkingExtension/Logger/**/*.{h,m}",
30       "dependencies": {
31         "AFNetworking/NSURLSession": [
32           "~> 3.0"
33         ],
34         "AFNetworkActivityLogger": [
35           "~> 3.0"
36         ],
37         "ESFramework/Core": [
38           "~> 3.18"
39         ]
40       }
41     },
42     {
43       "name": "NSURLSession",
44       "source_files": "AFNetworkingExtension/NSURLSession/**/*.{h,m}",
45       "dependencies": {
46         "AFNetworking/NSURLSession": [
47           "~> 3.0"
48         ]
49       }
50     },
51     {
52       "name": "Reachability",
53       "platforms": {
54         "ios": "9.0",
55         "osx": "10.11",
56         "tvos": "9.0"
57       },
58       "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
59       "dependencies": {
60         "AFNetworking/Reachability": [
61           ">= 2.0"
62         ]
63       }
64     },
65     {
66       "name": "Serialization",
67       "source_files": "AFNetworkingExtension/Serialization/**/*.{h,m}",
68       "dependencies": {
69         "AFNetworking/Serialization": [
70           "~> 3.0"
71         ],
72         "ESFramework/Foundation": [
73           "~> 3.18"
74         ]
75       }
76     }
77   ]