blob: e8c62494c2837e207840217615bd873596dabffb [file] [log] [blame]
{
"name": "PandaUtils",
"version": "0.1.0",
"summary": "swift基础工具",
"description": "swift基础工具 - 通用",
"homepage": "https://github.com/Kingzhijie/PandaUtils",
"license": "MIT",
"authors": {
"mbApple": "983140171@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Kingzhijie/PandaUtils.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.5.1"
],
"SwiftyJSON": [
],
"MJRefresh": [
"~> 3.1.14.1"
],
"Kingfisher": [
"~> 4.4.0"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"SimulateIDFA": [
"~> 0.0.1"
]
},
"subspecs": [
{
"name": "CommonTools",
"source_files": "PandaTools/CommonTools/**/*.{swift}"
},
{
"name": "Extensions",
"source_files": "PandaTools/Extensions/**/*.{swift}",
"dependencies": {
"PandaUtils/CommonTools": [
]
}
}
]
}