blob: a3b114f5cab665eab66d654ee20e696778aa6560 [file] [log] [blame]
{
"name": "PandaUtils",
"version": "0.0.7",
"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.0.7"
},
"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/**/*.{swift}"
}
]
}