| { |
| "name": "XJUIKit", |
| "version": "0.0.5", |
| "summary": "XJUIKit.", |
| "description": "XJUIKit: XJ系列的UIkit组件", |
| "homepage": "https://github.com/lishengbing/XJUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lishengbing": "chihiro2017@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/lishengbing/XJUIKit.git", |
| "tag": "0.0.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "resource_bundles": { |
| "XJUIKit": [ |
| "XJUIKit/Assets/*.png" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "SLButton", |
| "source_files": "XJUIKit/Classes/SLButton/**/*" |
| }, |
| { |
| "name": "SLTextField", |
| "source_files": "XJUIKit/Classes/SLTextField/**/*" |
| }, |
| { |
| "name": "SLTextView", |
| "source_files": "XJUIKit/Classes/SLTextView/**/*" |
| } |
| ] |
| } |