blob: d0f91bbdbb76365c832de0b4318697ef990e110f [file] [log] [blame]
{
"name": "JBWebViewController",
"version": "1.0.3",
"summary": "A modal view controller for showing websites - inspired by the Facebook app",
"description": " A drop-in Facebook inspired modal web browser.\n\n Created to look like the web browser in the current Facebook App on App Store.\n",
"homepage": "https://github.com/boserup/JBWebViewController",
"screenshots": "https://raw.githubusercontent.com/boserup/JBWebViewController/master/Example/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonas Boserup": "jonas@iboserup.dk"
},
"social_media_url": "http://twitter.com/JonasBoserup",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/boserup/JBWebViewController.git",
"tag": "1.0.3"
},
"source_files": "JBWebViewController/*",
"weak_frameworks": "WebKit",
"requires_arc": true,
"dependencies": {
"ARChromeActivity": [
"1.0"
],
"ARSafariActivity": [
"0.0.1"
],
"NJKWebViewProgress": [
"0.2"
]
}
}