[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / c / 8 / ModulesKit / 0.0.5 / ModulesKit.podspec.json
blobf147cfe1e5c7a7c8ee107640be7300ab392fbf57
2   "name": "ModulesKit",
3   "version": "0.0.5",
4   "summary": "ModulesKit 城市门户组件库",
5   "description": "TODO: Add long description of the pod here.\n 0.0.3 增加基础组件资源\n 0.0.4 新增加网络请求框架",
6   "homepage": "http://smartcity.cec-cesec.com.cn:6882/CityOperate/CityPortal/Project/YinChuan/CityPortalModule/iOS/ModulesKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guoxiafei": "guoxiafei1991@163.com"
13   },
14   "source": {
15     "git": "http://smartcity.cec-cesec.com.cn:6882/CityOperate/CityPortal/Project/YinChuan/CityPortalModule/iOS/ModulesKit.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "BaseModule",
26       "subspecs": [
27         {
28           "name": "BaseKit",
29           "source_files": "ModulesKit/Modules/BaseModule/BaseKit/**/*",
30           "resource_bundles": {
31             "BaseBundle": [
32               "ModulesKit/Assets/BaseBundle/*.xcassets"
33             ]
34           },
35           "frameworks": [
36             "UIKit",
37             "MapKit",
38             "CoreLocation"
39           ],
40           "dependencies": {
41             "SVProgressHUD": [
43             ],
44             "FFRouter": [
46             ],
47             "SnapKit": [
49             ],
50             "MJRefresh": [
52             ],
53             "RxCocoa": [
55             ],
56             "RxSwift": [
58             ]
59           }
60         },
61         {
62           "name": "NetWorkKit",
63           "source_files": "ModulesKit/Modules/BaseModule/NetWorkKit/**/*",
64           "frameworks": "UIKit",
65           "dependencies": {
66             "Alamofire": [
68             ],
69             "SVProgressHUD": [
71             ],
72             "ModulesKit/BaseModule/BaseKit": [
74             ]
75           }
76         }
77       ]
78     }
79   ],
80   "swift_version": "5.0"