blob: 690a6d33030a7fefbc9838577158a8f050f4bda6 [file] [log] [blame]
{
"name": "WiseBaseKit",
"version": "1.4.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.4.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "WiseBaseKit/**/*.{h,m}",
"resources": "WiseBaseKit/resource/WiseKitResource.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AudioToolbox"
],
"dependencies": {
"MJRefresh": [
"~> 3.1"
],
"Masonry": [
"~>1.1"
]
}
}