| { |
| "name": "CodeImage", |
| "version": "0.0.1", |
| "summary": "An iOS activity indicator view.", |
| "description": "The HUD is meant as a replacement for the undocumented, private UIKit UIProgressHUD \nwith some additional features.", |
| "homepage": "http://www.cocoachina.com/ios/20161027/17869.html", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xiezefeng": "815040727@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/xiezefeng/CodeImage.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "1.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "CodeImage/*", |
| "frameworks": [ |
| "CoreGraphics", |
| "QuartzCore" |
| ], |
| "requires_arc": true |
| } |