| { |
| "name": "XJUIKit", |
| "version": "0.0.1", |
| "summary": "XJUIKit.", |
| "description": "XJUIKit: 一些自定义的封装的控件: SLButton 、 SLTextView 、 SLTextField", |
| "homepage": "https://github.com/lishengbing/XJUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "lishengbing": "lishengbing@shanlinjinrong.com" |
| }, |
| "source": { |
| "git": "https://github.com/lishengbing/XJUIKit.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "resource_bundles": { |
| "XJUIKit": [ |
| "XJUIKit/Assets/*" |
| ] |
| }, |
| "deprecated": true, |
| "subspecs": [ |
| { |
| "name": "SLButton", |
| "source_files": "XJUIKit/Classes/SLButton/**/*" |
| }, |
| { |
| "name": "SLTextField", |
| "source_files": "XJUIKit/Classes/SLTextField/**/*" |
| }, |
| { |
| "name": "SLTextView", |
| "source_files": "XJUIKit/Classes/SLTextView/**/*" |
| } |
| ] |
| } |