| { |
| "name": "HZWaitView", |
| "version": "1.0.0", |
| "summary": "Wait view when waiting", |
| "description": "This just a wait view when waiting", |
| "homepage": "https://github.com/PamelaChen1/HZWaitView", |
| "license": "MIT", |
| "authors": { |
| "yc": "805507174@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/PamelaChen1/HZWaitView.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": "HZWaitView/**/*.{h,m}", |
| "resources": "HZWaitView/**/*.png", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |