blob: 75213cc48f526ac827ae1751f053d01f730bec9f [file] [log] [blame]
{
"name": "WiseBaseKit",
"version": "1.1.5",
"license": "GPL-3.0",
"summary": "iOS 封装的基础库,可使得开发项目更容易",
"homepage": "https://github.com/diaoerlangdang/WiseBaseKit",
"authors": {
"wise": "99487616@qq.com"
},
"source": {
"git": "https://github.com/diaoerlangdang/WiseBaseKit.git",
"tag": "1.1.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "WiseBaseKit/**/*",
"resources": "WiseBaseKit/resource/WiseKitResource.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AudioToolbox"
],
"dependencies": {
"MJRefresh": [
"~> 3.1"
],
"Masonry": [
"~>1.1"
]
}
}