| { |
| "name": "miniKit", |
| "version": "1.0.1", |
| "summary": "ios开发常用工具或分类", |
| "description": "Testing Private Podspec.\n* Markdown format.\n* Don't worry about the indent, we strip it!\n* 填写描述,一定要写一点,不然报错", |
| "homepage": "https://github.com/dongshangtong/minikit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "dongshangtong": "dongshangtong@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/dongshangtong/minikit.git", |
| "tag": "1.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/minikit.h" |
| ], |
| "public_header_files": "Classes/minikit.h", |
| "resources": "Resources/*.png", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "MNShineButton", |
| "source_files": "Classes/MNShineButton/*.{h,m}" |
| } |
| ] |
| } |