blob: e16dc2b38550d5e73de07b1cbedc26bd2483599d [file] [log] [blame]
{
"name": "WiseBaseKit",
"version": "1.0.1",
"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.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "WiseBaseKit/**/*",
"resources": "WiseBaseKit/resource/WiseKitResource.bundle",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MJRefresh": [
],
"Masonry": [
]
}
}