blob: f600c25c51f30be64e2389bb8e3a1ca40c0ef391 [file] [log] [blame]
{
"name": "JKUIBaseKit",
"version": "0.1.0",
"license": "MIT",
"summary": "Simple APP Kit",
"homepage": "https://github.com/lwq718691587/JKUIBaseKit",
"authors": {
"刘伟强": "718691587@qq.com"
},
"source": {
"git": "https://github.com/lwq718691587/JKUIBaseKit.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"SVProgressHUD": [
]
},
"public_header_files": "JKUIBaseKit/JKUIBaseKit.h",
"source_files": "JKUIBaseKit/JKUIBaseKit.h",
"subspecs": [
{
"name": "JKSVProgressHUD",
"source_files": [
"JKUIBaseKit/JKSVProgressHUD",
"*.{h,m}"
]
},
{
"name": "JKUIcolorCategory",
"source_files": [
"JKUIBaseKit/JKUIcolorCategory",
"*.{h,m}"
]
}
]
}