[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / d / f / e / YKSwiftNetworking / 2.1.1 / YKSwiftNetworking.podspec.json
blob431214c63836a5d875ec1f36b444b15e6e2854a0
2   "name": "YKSwiftNetworking",
3   "version": "2.1.1",
4   "summary": "swift网络请求框架",
5   "description": "swift网络请求框架",
6   "homepage": "https://github.com/541278903/YKSwiftNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "534272374@qq.com": "534272374@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/541278903/YKSwiftNetworking.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "Alamofire": [
28           "~> 5.0"
29         ]
30       },
31       "source_files": "YKSwiftNetworking/Classes/Core/**/*"
32     },
33     {
34       "name": "RxSwift",
35       "dependencies": {
36         "YKSwiftNetworking/Core": [
38         ],
39         "RxSwift": [
40           "~> 5.0"
41         ]
42       },
43       "source_files": "YKSwiftNetworking/Classes/RxSwift/**/*"
44     }
45   ],
46   "swift_version": "5.0"