[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 3 / 9 / ARNetwork / 0.8.2 / ARNetwork.podspec.json
blob109fa2ed4e8af7804100117d9fbbf5016fdf2928
2   "name": "ARNetwork",
3   "version": "0.8.2",
4   "summary": "An iOS network framework in combination with HTTP/HTTPS task and data cache. (AFNetworking+Realm)",
5   "description": "An iOS network framework in combination with HTTP/HTTPS task and data cache. (AFNetworking+Realm)",
6   "homepage": "https://github.com/dklinzh/ARNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel": "linzhdk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dklinzh/ARNetwork.git",
16     "tag": "0.8.2",
17     "submodules": true
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_versions": "5.0",
24   "prefix_header_file": "ARNetwork/Classes/ARNetwork-Prefix.pch",
25   "default_subspecs": "Default",
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Default",
30       "dependencies": {
31         "ARNetwork/HTTP": [
33         ],
34         "ARNetwork/Cache/Core": [
36         ],
37         "ARNetwork/Detector": [
39         ]
40       }
41     },
42     {
43       "name": "HTTP",
44       "dependencies": {
45         "AFNetworking": [
46           "~> 3.2"
47         ]
48       },
49       "private_header_files": "ARNetwork/Classes/HTTP/_*.h",
50       "source_files": "ARNetwork/Classes/HTTP/*.{h,m}"
51     },
52     {
53       "name": "Mock",
54       "dependencies": {
55         "OHHTTPStubs": [
56           "~> 8.0"
57         ]
58       },
59       "source_files": "ARNetwork/Classes/Mock/*.{h,m}",
60       "xcconfig": {
61         "GCC_PREPROCESSOR_DEFINITIONS": "ARNETWORK_MOCK=DEBUG",
62         "OTHER_SWIFT_FLAGS": "-D ARNETWORK_MOCK"
63       }
64     },
65     {
66       "name": "Cache",
67       "subspecs": [
68         {
69           "name": "Core",
70           "dependencies": {
71             "ARNetwork/HTTP": [
73             ],
74             "Realm": [
75               "3.18.0"
76             ]
77           },
78           "private_header_files": "ARNetwork/Classes/Cache/_*.h",
79           "source_files": "ARNetwork/Classes/Cache/*.{h,m}"
80         },
81         {
82           "name": "Swift",
83           "dependencies": {
84             "ARNetwork/Cache/Core": [
86             ]
87           },
88           "source_files": "ARNetwork/Classes/Cache/*.swift"
89         }
90       ]
91     },
92     {
93       "name": "Detector",
94       "dependencies": {
95         "AFNetworking/UIKit": [
96           "~> 3.2"
97         ],
98         "ARNetwork/HTTP": [
100         ]
101       },
102       "source_files": "ARNetwork/Classes/Detector/*.{h,m}"
103     }
104   ]