blob: ac7fd8da92ef6b13f7d0f33a4e6efdaae41b16bd [file] [log] [blame]
{
"name": "AFWebViewController",
"version": "1.0.1",
"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.1"
},
"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.2"
]
}
}