blob: 214b8350fff0cb33196de1924146899eec9b80e7 [file] [log] [blame]
{
"name": "WebBrowser",
"version": "0.1.0",
"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.0"
},
"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"
}