blob: c690eae8d65f9286bca3734a1b04b58084c3a052 [file] [log] [blame]
{
"name": "JKBaseKit",
"version": "1.1.9",
"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.9"
},
"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": "JKUICategory",
"source_files": [
"JKBaseKit/JKUICategory",
"*.{h,m}"
]
},
{
"name": "FastCoder",
"source_files": [
"JKBaseKit/FastCoder",
"*.{h,m}"
]
},
{
"name": "JKNSCategory",
"source_files": [
"JKBaseKit/JKNSCategory",
"*.{h,m}"
]
},
{
"name": "Segment",
"dependencies": {
"JKBaseKit/JKUICategory": [
]
},
"source_files": [
"JKBaseKit/Segment",
"*.{h,m}"
]
},
{
"name": "FunMacro",
"source_files": [
"JKBaseKit/FunMacro",
"*.{h,m}"
]
}
]
}