| { |
| "name": "TMProgressHUD", |
| "version": "0.0.1", |
| "summary": "Elegant and simple progress HUD for iOS and tvOS", |
| "homepage": "https://gitee.com/tmgc/JGProgressHUD.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "ren", |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/tmgc/JGProgressHUD.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "TMProgressHUD/TMProgressHUD/*.{h,m}", |
| "resource_bundles": { |
| "TMProgressHUD": "TMProgressHUD/Resources/*.png" |
| }, |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "QuartzCore" |
| ], |
| "swift_version": "4.0", |
| "requires_arc": true |
| } |