| { |
| "name": "ColaUIKit", |
| "version": "0.0.1", |
| "summary": "ColaUIKit Make Your App Easily", |
| "homepage": "https://github.com/ColaWei/ColaUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "colaWei": "18046053193@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/ColaWei/ColaUIKit.git", |
| "tag": "0.0.1" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "subspecs": [ |
| { |
| "name": "XibBrige", |
| "public_header_files": "ColaUIKit/XibBrige/*.h", |
| "source_files": "ColaUIKit/XibBrige" |
| } |
| ] |
| } |