[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 4 / 7 / JSNetwork / 0.9.2 / JSNetwork.podspec.json
blob26bd56b532963fb2c2c1d9540b5d73a181f5f63a
2   "name": "JSNetwork",
3   "version": "0.9.2",
4   "summary": "离散式网络框架,面向协议编程,类似Swift的Moya",
5   "homepage": "https://github.com/jiasongs/JSNetwork",
6   "authors": {
7     "jiasong": "593908937@qq.com"
8   },
9   "platforms": {
10     "ios": "10.0"
11   },
12   "swift_versions": [
13     "4.2",
14     "5.0"
15   ],
16   "source": {
17     "git": "https://github.com/jiasongs/JSNetwork.git",
18     "tag": "0.9.2"
19   },
20   "frameworks": "Foundation",
21   "license": "MIT",
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/**/*.{swift,h,m}",
28       "exclude_files": [
29         "Sources/Extension/Swift",
30         "Sources/Request/AFNetworking",
31         "Sources/Request/Alamofire",
32         "Sources/Plugins"
33       ]
34     },
35     {
36       "name": "ExtensionForSwift",
37       "source_files": "Sources/Extension/Swift/*.{swift,h,m}",
38       "dependencies": {
39         "JSNetwork/Core": [
41         ]
42       }
43     },
44     {
45       "name": "RequestForAFNetworking",
46       "source_files": "Sources/Request/AFNetworking/*.{swift,h,m}",
47       "dependencies": {
48         "JSNetwork/Core": [
50         ],
51         "AFNetworking": [
52           "~> 4.0"
53         ]
54       }
55     },
56     {
57       "name": "RequestForAlamofire",
58       "source_files": "Sources/Request/Alamofire/*.{swift,h,m}",
59       "dependencies": {
60         "JSNetwork/Core": [
62         ],
63         "Alamofire": [
64           "~> 5.0"
65         ]
66       }
67     },
68     {
69       "name": "Plugins",
70       "source_files": "Sources/Plugins/*.{swift,h,m}",
71       "dependencies": {
72         "JSNetwork/Core": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.0"