blob: e181601b43749ab1edc59d0a4e355d2bf7502397 [file] [log] [blame]
{
"name": "WebBrowser",
"version": "0.1.4",
"summary": "A web browser using WebKit and written in Swift for iOS apps.",
"homepage": "https://github.com/teambition/WebBrowser",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Xin Hong",
"source": {
"git": "https://github.com/teambition/WebBrowser.git",
"tag": "0.1.4"
},
"source_files": "WebBrowser/*.swift",
"resource_bundles": {
"WebBrowser": [
"WebBrowser/Resources/WebBrowser.xcassets",
"WebBrowser/Resources/*/*.lproj"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "4.0"
}