[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 7 / b / d / SYMoyaNetwork / 1.1.2 / SYMoyaNetwork.podspec.json
blobd41d9cfecbe0023c259c69a1d2684ee8f856d26a
2   "name": "SYMoyaNetwork",
3   "version": "1.1.2",
4   "summary": "Network abstraction layer based on Moya extension",
5   "description": "Network abstraction layer based on Moya extension. You only need to care about what kind of data you want to get, and implement network data caching with different strategies. You don't need to spend a lot of time doing such work, and obtaining network data will become so simple.",
6   "homepage": "https://github.com/Shannon-Yang/SYMoyaNetwork",
7   "screenshots": "https://raw.githubusercontent.com/Shannon-Yang/SYMoyaNetwork/master/images/logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "ShannonYang": "shannonyang0805@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Shannon-Yang/SYMoyaNetwork.git",
17     "tag": "1.1.2"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "default_subspecs": "Core",
26   "swift_versions": "5.3",
27   "cocoapods_version": ">= 1.4.0",
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "Sources/Core/Utility/",
40         "Sources/Core/SYMoyaURLCache/",
41         "Sources/Core/SYMoyaChainRequestProvider/",
42         "Sources/Core/SYMoyaBatchRequestProvider/",
43         "Sources/Core/SYMoya/",
44         "Sources/Core/String/",
45         "Sources/Core/Response/",
46         "Sources/Core/Log/",
47         "Sources/Core/JSON/",
48         "Sources/Core/Image/",
49         "Sources/Core/Error/",
50         "Sources/Core/Config/",
51         "Sources/Core/Cache/",
52         "Sources/Core/SwiftyJSON/",
53         "Sources/Core/Codable/"
54       ],
55       "dependencies": {
56         "Moya": [
57           "~> 15.0"
58         ],
59         "SwiftyJSON": [
60           "~> 5.0"
61         ]
62       },
63       "frameworks": "Foundation"
64     },
65     {
66       "name": "SYObjectMapper",
67       "source_files": "Sources/ObjectMapper/",
68       "dependencies": {
69         "SYMoyaNetwork/Core": [
71         ],
72         "ObjectMapper": [
73           "~> 4.0"
74         ]
75       },
76       "platforms": {
77         "ios": "10.0",
78         "osx": "10.12",
79         "tvos": "10.0",
80         "watchos": "3.0"
81       }
82     },
83     {
84       "name": "SYHandyJSON",
85       "source_files": "Sources/HandyJSON/",
86       "dependencies": {
87         "SYMoyaNetwork/Core": [
89         ],
90         "HandyJSON": [
91           "~> 5.0.2"
92         ]
93       },
94       "platforms": {
95         "ios": "10.0",
96         "osx": "10.12",
97         "tvos": "10.0",
98         "watchos": "3.0"
99       }
100     },
101     {
102       "name": "SYMJExtension",
103       "source_files": "Sources/MJExtension/",
104       "dependencies": {
105         "SYMoyaNetwork/Core": [
107         ],
108         "MJExtension": [
110         ]
111       },
112       "platforms": {
113         "ios": "10.0",
114         "osx": "10.12",
115         "tvos": "10.0",
116         "watchos": "3.0"
117       }
118     }
119   ],
120   "swift_version": "5.3"