blob: 8c5c8253d189502c86e358feda7b35c67672f602 [file] [log] [blame]
{
"name": "JBWebViewController",
"version": "1.0.8",
"summary": "A modal view controller for showing websites - inspired by the Facebook app",
"description": "A drop-in Facebook inspired modal web browser.\n\nCreated to look like the web browser in the current Facebook App on App Store.",
"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.8"
},
"source_files": "JBWebViewController/*.{h,m}",
"resources": "JBWebViewController/Icons.xcassets",
"weak_frameworks": "WebKit",
"requires_arc": true,
"dependencies": {
"ARChromeActivity": [
"1.0.0"
],
"ARSafariActivity": [
"0.0.1"
],
"NJKWebViewProgress": [
"0.2.3"
]
}
}