blob: 1134d54afaeefa9ac48c53ffb0f38f49bd9057ef [file] [log] [blame]
{
"name": "JKBaseKit",
"version": "1.1.8",
"license": "MIT",
"summary": "Simple APP Kit",
"homepage": "https://github.com/lwq718691587/JKBaseKit",
"authors": {
"刘伟强": "718691587@qq.com"
},
"source": {
"git": "https://github.com/lwq718691587/JKBaseKit.git",
"tag": "1.1.8"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"DateTools": [
],
"MJRefresh": [
],
"IQKeyboardManager": [
],
"SDWebImage": [
],
"JKNetWorking": [
],
"Aspects": [
],
"YYModel": [
],
"Masonry": [
]
},
"public_header_files": "JKBaseKit/JKBaseKit.h",
"source_files": "JKBaseKit/JKBaseKit.h",
"subspecs": [
{
"name": "BaseUICategory",
"source_files": [
"JKBaseKit/BaseUICategory",
"*.{h,m}"
]
}
]
}