| { |
| "name": "JKBaseKit", |
| "version": "1.3.5", |
| "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.3.5" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "DateTools": [ |
| "2.0.0" |
| ] |
| }, |
| "public_header_files": "JKBaseKit/JKBaseKit.h", |
| "source_files": "JKBaseKit/JKBaseKit.h", |
| "subspecs": [ |
| { |
| "name": "FastCoder", |
| "requires_arc": false, |
| "source_files": [ |
| "JKBaseKit/FastCoder", |
| "*.{h,m}" |
| ] |
| }, |
| { |
| "name": "JKMacro", |
| "source_files": [ |
| "JKBaseKit/JKMacro", |
| "*.{h,m}" |
| ] |
| }, |
| { |
| "name": "JKNSCategory", |
| "source_files": [ |
| "JKBaseKit/JKNSCategory", |
| "*.{h,m}" |
| ] |
| } |
| ] |
| } |