| { |
| "name": "HZButton", |
| "version": "0.0.1", |
| "summary": "The HZButton is a Button that can creat a fast customer button for you.", |
| "description": "the HZButton is a Button that can creat a fast customer button for you! please use it", |
| "homepage": "https://github.com/AndyZZhz/HZButton", |
| "license": "MIT", |
| "authors": "Andyzzhz", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/AndyZZhz/HZButton.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "HZCommonButton", |
| "HZCommonButton/**/*.{h,m}" |
| ], |
| "exclude_files": "HZCommonButton/Exclude", |
| "frameworks": [ |
| "UIkit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |