blob: 7281dd14f97419e9f723131343351938d35b1103 [file] [log] [blame]
{
"name": "JKBaseKit",
"version": "1.2.3",
"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.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
],
"JKNetWorking": [
],
"YYModel": [
"~> 1.0.4"
]
},
"public_header_files": "JKBaseKit/JKBaseKit.h",
"source_files": "JKBaseKit/JKBaseKit.h",
"subspecs": [
{
"name": "FastCoder",
"source_files": [
"JKBaseKit/FastCoder",
"*.{h,m}"
]
},
{
"name": "JKMacro",
"source_files": [
"JKBaseKit/JKMacro",
"*.{h,m}"
]
},
{
"name": "JKNSCategory",
"source_files": [
"JKBaseKit/JKNSCategory",
"*.{h,m}"
]
}
]
}