| { | |
| "name": "HYPWebView", | |
| "summary": "WebView++", | |
| "version": "0.1.0", | |
| "homepage": "https://github.com/hyperoslo/HYPWebView", | |
| "license": "MIT", | |
| "authors": { | |
| "Hyper Interaktiv AS": "ios@hyper.no" | |
| }, | |
| "source": { | |
| "git": "https://github.com/hyperoslo/HYPWebView.git", | |
| "tag": "0.1.0" | |
| }, | |
| "social_media_url": "https://twitter.com/hyperoslo", | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Source/**/*", | |
| "frameworks": "UIKit", | |
| "dependencies": { | |
| "SVProgressHUD": [ | |
| ] | |
| } | |
| } |