| { |
| "name": "MCUIKit", |
| "version": "0.1.0", |
| "summary": "Additions for iOS UIKit.", |
| "description": "TODO: Add long description of the pod here.\n包含UIKit基础组件库、分类、扩展等", |
| "homepage": "https://github.com/MC-Studio/MCUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mylcode": "mylcode.ali@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/MC-Studio/MCUIKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "Category", |
| "source_files": "MCUIKit/Classes/Category/*" |
| }, |
| { |
| "name": "UIKit", |
| "source_files": "MCUIKit/Classes/UIKit/*", |
| "dependencies": { |
| "MCUIKit/Category": [ |
| |
| ] |
| } |
| } |
| ] |
| } |