blob: 988db33d31b240150794c566fadc56b6c28c8786 [file] [log] [blame]
{
"name": "QSWebView",
"version": "1.0.0",
"summary": "Adapter for using UIWebView and WKWebView",
"description": "\"QSWebView is an adapter to make your life easier when using UIWebView and WKWebView\"",
"homepage": "https://github.com/QuickSpin/QSWebView.git",
"license": "MIT",
"authors": "QuickSpin AB",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/QuickSpin/QSWebView.git",
"tag": "1.0.0"
},
"source_files": [
"QSWebView/Classes",
"QSWebView/Classes/**/*.{h,m}"
],
"exclude_files": "QSWebView/Classes/Exclude",
"requires_arc": true
}