blob: 987a86eca95326ed7d12d4a139408f8d8fc8b426 [file] [log] [blame]
{
"name": "AFWebViewController",
"version": "1.3",
"summary": "In-app browser that uses WKWebView",
"homepage": "https://github.com/Fogh/AFWebViewController",
"license": "MIT",
"authors": {
"Anders Fogh Eriksen": "andfogh@gmail.com"
},
"source": {
"git": "https://github.com/Fogh/AFWebViewController.git",
"tag": "1.3"
},
"platforms": {
"ios": "8.0"
},
"weak_frameworks": "WebKit",
"source_files": "AFWebViewController/*.{h,m}",
"resources": "AFWebViewController/AFWebViewController.bundle",
"requires_arc": true,
"social_media_url": "https://twitter.com/f0gh",
"dependencies": {
"TUSafariActivity": [
"~> 1.0.4"
],
"ARChromeActivity": [
"~> 1.0.4"
]
}
}