| { |
| "name": "YJLibBaseModule", |
| "version": "1.0.1", |
| "summary": "YJLibBaseModule.", |
| "description": "BaseModule of YJLib/YJUIKit, includes : Category, Macro", |
| "homepage": "https://github.com/yangjing901/YJBaseModule.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yangjing901@qq.com": "yangjing901@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/yangjing901/YJBaseModule.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "resources": "YJLibBaseModule/Assets/YJBaseModuleBundle.bundle", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "YJLibBaseModule/Classes/**/*" |
| } |
| ] |
| } |