2 "name": "SYMoyaNetwork",
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",
13 "ShannonYang": "shannonyang0805@gmail.com"
16 "git": "https://github.com/Shannon-Yang/SYMoyaNetwork.git",
25 "default_subspecs": "Core",
26 "swift_versions": "5.3",
27 "cocoapods_version": ">= 1.4.0",
29 "pod_target_xcconfig": {
30 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32 "user_target_xcconfig": {
33 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
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/",
48 "Sources/Core/Image/",
49 "Sources/Core/Error/",
50 "Sources/Core/Config/",
51 "Sources/Core/Cache/",
52 "Sources/Core/SwiftyJSON/",
53 "Sources/Core/Codable/"
63 "frameworks": "Foundation"
66 "name": "SYObjectMapper",
67 "source_files": "Sources/ObjectMapper/",
69 "SYMoyaNetwork/Core": [
84 "name": "SYHandyJSON",
85 "source_files": "Sources/HandyJSON/",
87 "SYMoyaNetwork/Core": [
102 "name": "SYMJExtension",
103 "source_files": "Sources/MJExtension/",
105 "SYMoyaNetwork/Core": [
120 "swift_version": "5.3"