| { |
| "name": "HZMFoundation", |
| "version": "0.0.1", |
| "summary": "category of base foundation", |
| "description": "category of base foundation", |
| "homepage": "https://github.com/kakahuwonders/HZMFoundation", |
| "license": "MIT", |
| "authors": { |
| "hzhuzhiming": "hzhuzhiming@corp.netease.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/kakahuwonders/HZMFoundation.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "classes", |
| "classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |