| { |
| "name": "WHDKit", |
| "version": "0.0.1", |
| "summary": "This kit is console With Other Thing", |
| "description": "this project provide all kinds of categories for iOS developer", |
| "homepage": "https://github.com/OneHundredSir/WHDKit", |
| "license": "MIT", |
| "authors": { |
| "whjool": "whengjie@126.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/OneHundredSir/WHDKit.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "WHDKit/**/*.{h,m}" |
| ], |
| "exclude_files": "WHDKit/Exclude", |
| "requires_arc": true |
| } |