| { |
| "name": "WBWebBrowser", |
| "version": "1.0.0", |
| "summary": "A web browser used on iOS.", |
| "description": "A web browser use WKWebView on iOS8 and later, use UIWebView on iOS7.", |
| "homepage": "https://github.com/developforapple/webbrowser", |
| "license": "MIT", |
| "authors": { |
| "wwwbbat": "developforapple@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/developforapple/webbrowser.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "WBWebBrowser/*", |
| "frameworks": [ |
| "Foundation", |
| "CoreGraphics", |
| "UIKit", |
| "WebKit" |
| ] |
| } |