blob: c50c819d9dc4695e99e3662c67bb01a24a75ffc2 [file] [log] [blame]
{
"name": "AFWebViewController",
"version": "1.0.4",
"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.0.4"
},
"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"
]
}
}