4 "summary": "离散式网络框架,面向协议编程,类似Swift的Moya",
5 "homepage": "https://github.com/jiasongs/JSNetwork",
7 "jiasong": "593908937@qq.com"
17 "git": "https://github.com/jiasongs/JSNetwork.git",
20 "frameworks": "Foundation",
23 "default_subspecs": "Core",
27 "source_files": "Sources/**/*.{swift,h,m}",
29 "Sources/Extension/Swift",
30 "Sources/Request/AFNetworking",
31 "Sources/Request/Alamofire",
36 "name": "ExtensionForSwift",
37 "source_files": "Sources/Extension/Swift/*.{swift,h,m}",
45 "name": "RequestForAFNetworking",
46 "source_files": "Sources/Request/AFNetworking/*.{swift,h,m}",
57 "name": "RequestForAlamofire",
58 "source_files": "Sources/Request/Alamofire/*.{swift,h,m}",
70 "source_files": "Sources/Plugins/*.{swift,h,m}",
78 "swift_version": "5.0"