blob: 8b3013a2799dd436f69ba32907e525aa838939d9 [file] [log] [blame]
{
"name": "SKCommonKit",
"version": "0.2.2",
"summary": "iOS app 公共组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://tjgit.zdz.la:30000/sxdd/SKCommonKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MFun": "2469209357@qq.com",
"hanyang": "hanyangkid@163.com"
},
"source": {
"git": "http://tjgit.zdz.la:30000/sxdd/SKCommonKit.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Tool",
"source_files": "SKCommonKit/Classes/Tool/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0"
],
"HandyJSON": [
],
"SKCommonKit/Extension": [
]
}
},
{
"name": "Extension",
"source_files": "SKCommonKit/Classes/Extension/*",
"dependencies": {
"SnapKit": [
]
}
},
{
"name": "SegmentController",
"source_files": "SKCommonKit/Classes/SegmentController/*",
"dependencies": {
"SKCommonKit/Extension": [
]
}
},
{
"name": "Calendar",
"source_files": "SKCommonKit/Classes/ViewComponent/Calendar/**/*",
"resource_bundles": {
"SKCommonKit": [
"SKCommonKit/Assets/**/*"
]
},
"dependencies": {
"SKCommonKit/Extension": [
],
"SnapKit": [
]
}
}
],
"swift_version": "5.0"
}