blob: 1de85e23e21698236f104dc8aa9ea5f531fc315b [file] [log] [blame]
{
"name": "WebBrowser",
"version": "0.0.6",
"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.0.6"
},
"source_files": "WebBrowser/*.swift",
"resource_bundles": {
"WebBrowser": [
"WebBrowser/Resources/WebBrowser.xcassets",
"WebBrowser/Resources/*/*.lproj"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}