2 "name": "SYMoyaNetwork",
4 "summary": "Based on the network abstraction of secondary encapsulation of Moya.",
5 "description": "Based on the network abstraction of secondary encapsulation of Moya. Maintain the same usage method of Moya and extend Moya’s TargetType implements commonly used data parsing, supporting: HandyJSON,ObjectMapper, Codable, SwiftyJSON, Developer there is no need to write boilerplate code for data parsing. You only need to care about what kind of data you want and select the data type. SYMoyaNetwork has done all this. SYMoyaNetwork also implements network caching, and configure common caching strategies to only implement the desired caching strategy. Response will perform cache synchronization according to the policy. Developers no longer need to spend a lot of time doing such work. SYMoyaNetwork allows data requests Become simple, less developers write boilerplate code, more time to focus on business.",
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": "SYMoyaNetwork",
29 "cocoapods_version": ">= 1.12.0",
33 "name": "SYMoyaNetwork",
34 "source_files": "Sources/SYMoyaNetwork/**/*.swift",
43 "frameworks": "Foundation"
46 "name": "SYMoyaObjectMapper",
47 "source_files": "Sources/SYMoyaObjectMapper/**/*.swift",
49 "SYMoyaNetwork/SYMoyaNetwork": [
64 "name": "SYMoyaReactiveObjectMapper",
65 "source_files": "Sources/SYMoyaReactiveObjectMapper/**/*.swift",
67 "SYMoyaNetwork/SYMoyaObjectMapper": [
82 "name": "SYMoyaRxObjectMapper",
83 "source_files": "Sources/SYMoyaRxObjectMapper/**/*.swift",
85 "SYMoyaNetwork/SYMoyaObjectMapper": [
100 "name": "ReactiveSYMoyaNetwork",
101 "source_files": "Sources/ReactiveSYMoyaNetwork/**/*.swift",
103 "SYMoyaNetwork/SYMoyaNetwork": [
118 "name": "RxSYMoyaNetwork",
119 "source_files": "Sources/RxSYMoyaNetwork/**/*.swift",
121 "SYMoyaNetwork/SYMoyaNetwork": [
136 "swift_version": "5.0"