blob: dababa61534163af51e2549ed27660aebc1b93cf [file] [log] [blame]
{
"name": "ABWebView",
"version": "0.1",
"summary": "This is web view controller which can be used for loading URL using WKWebView.",
"description": "A utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful when loading 'Terms of Services' OR 'Privacy Policy' web pages.",
"homepage": "https://github.com/asifbilal786/ABWebView",
"frameworks": "UIKit",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Asif Bilal": "asifbilal786@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asifbilal786/ABWebView.git",
"tag": "0.1"
},
"social_media_url": "https://twitter.com/asifbilal786",
"default_subspecs": "Source",
"pushed_with_swift_version": "3.0 =",
"subspecs": [
{
"name": "Source",
"source_files": [
"Pod",
"ABWebView/Source/*.swift",
"ABWebView/Source/*.xib"
]
}
]
}