blob: 76cf98a28db406429ea210100091005cc6dcfe79 [file] [log] [blame]
{
"name": "JKBaseKit",
"version": "1.2.0",
"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.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"SDWebImage": [
],
"JKNetWorking": [
],
"YYModel": [
]
},
"public_header_files": "JKBaseKit/JKBaseKit.h",
"source_files": "JKBaseKit/JKBaseKit.h",
"subspecs": [
{
"name": "FastCoder",
"source_files": [
"JKBaseKit/FastCoder",
"*.{h,m}"
]
},
{
"name": "JKNSCategory",
"source_files": [
"JKBaseKit/JKNSCategory",
"*.{h,m}"
]
},
{
"name": "FunMacro",
"source_files": [
"JKBaseKit/FunMacro",
"*.{h,m}"
]
}
]
}