blob: f147cfe1e5c7a7c8ee107640be7300ab392fbf57 [file] [log] [blame]
{
"name": "ModulesKit",
"version": "0.0.5",
"summary": "ModulesKit 城市门户组件库",
"description": "TODO: Add long description of the pod here.\n 0.0.3 增加基础组件资源\n 0.0.4 新增加网络请求框架",
"homepage": "http://smartcity.cec-cesec.com.cn:6882/CityOperate/CityPortal/Project/YinChuan/CityPortalModule/iOS/ModulesKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guoxiafei": "guoxiafei1991@163.com"
},
"source": {
"git": "http://smartcity.cec-cesec.com.cn:6882/CityOperate/CityPortal/Project/YinChuan/CityPortalModule/iOS/ModulesKit.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"static_framework": true,
"subspecs": [
{
"name": "BaseModule",
"subspecs": [
{
"name": "BaseKit",
"source_files": "ModulesKit/Modules/BaseModule/BaseKit/**/*",
"resource_bundles": {
"BaseBundle": [
"ModulesKit/Assets/BaseBundle/*.xcassets"
]
},
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation"
],
"dependencies": {
"SVProgressHUD": [
],
"FFRouter": [
],
"SnapKit": [
],
"MJRefresh": [
],
"RxCocoa": [
],
"RxSwift": [
]
}
},
{
"name": "NetWorkKit",
"source_files": "ModulesKit/Modules/BaseModule/NetWorkKit/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
],
"SVProgressHUD": [
],
"ModulesKit/BaseModule/BaseKit": [
]
}
}
]
}
],
"swift_version": "5.0"
}