blob: 7568074fa6ad159b118202959c169969991e9354 [file] [log] [blame]
{
"name": "WebBrowser",
"version": "0.0.3",
"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.3"
},
"source_files": "WebBrowser/*.swift",
"resource_bundles": {
"WebBrowser": [
"WebBrowser/Resources/*/*.png",
"WebBrowser/Resources/*/*.lproj"
]
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}