[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 8 / 3 / 9 / ARNetwork / 0.8.4 / ARNetwork.podspec.json
blob8fbc7f44a710055bac50c02f865031242d8062b0
2   "name": "ARNetwork",
3   "version": "0.8.4",
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.4",
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   "subspecs": [
27     {
28       "name": "Default",
29       "dependencies": {
30         "ARNetwork/HTTP": [
32         ],
33         "ARNetwork/Cache/Core": [
35         ],
36         "ARNetwork/Detector": [
38         ]
39       }
40     },
41     {
42       "name": "HTTP",
43       "dependencies": {
44         "AFNetworking": [
45           "~> 3.2"
46         ]
47       },
48       "private_header_files": "ARNetwork/Classes/HTTP/_*.h",
49       "source_files": "ARNetwork/Classes/HTTP/*.{h,m}"
50     },
51     {
52       "name": "Mock",
53       "dependencies": {
54         "OHHTTPStubs": [
55           "~> 8.0"
56         ]
57       },
58       "source_files": "ARNetwork/Classes/Mock/*.{h,m}",
59       "xcconfig": {
60         "GCC_PREPROCESSOR_DEFINITIONS": "ARNETWORK_MOCK=DEBUG",
61         "OTHER_SWIFT_FLAGS": "-D ARNETWORK_MOCK"
62       }
63     },
64     {
65       "name": "Cache",
66       "subspecs": [
67         {
68           "name": "Core",
69           "dependencies": {
70             "ARNetwork/HTTP": [
72             ],
73             "Realm": [
74               "3.21.0"
75             ]
76           },
77           "private_header_files": "ARNetwork/Classes/Cache/_*.h",
78           "source_files": "ARNetwork/Classes/Cache/*.{h,m}"
79         },
80         {
81           "name": "Swift",
82           "dependencies": {
83             "ARNetwork/Cache/Core": [
85             ]
86           },
87           "source_files": "ARNetwork/Classes/Cache/*.swift"
88         }
89       ]
90     },
91     {
92       "name": "Detector",
93       "dependencies": {
94         "AFNetworking/UIKit": [
95           "~> 3.2"
96         ],
97         "ARNetwork/HTTP": [
99         ]
100       },
101       "source_files": "ARNetwork/Classes/Detector/*.{h,m}"
102     }
103   ],
104   "swift_version": "5.0"