blob: 2008542468308a23f187cff0fd0c6bca52ea4933 [file] [log] [blame]
{
"name": "JKUIBaseKit",
"version": "0.2.5",
"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.2.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"SVProgressHUD": [
"2.1.2"
]
},
"public_header_files": "JKUIBaseKit/JKUIBaseKit.h",
"source_files": "JKUIBaseKit/JKUIBaseKit.h",
"subspecs": [
{
"name": "JKUIMacro",
"source_files": [
"JKUIBaseKit/JKUIMacro",
"*.{h,m}"
]
},
{
"name": "JKSVProgressHUD",
"dependencies": {
"JKUIBaseKit/JKUIMacro": [
]
},
"source_files": [
"JKUIBaseKit/JKSVProgressHUD",
"*.{h,m}"
]
},
{
"name": "JKUICategory",
"dependencies": {
"JKUIBaseKit/JKUIMacro": [
]
},
"source_files": [
"JKUIBaseKit/JKUICategory",
"*.{h,m}"
]
}
]
}