blob: b736223b2a88d943625952a5a29f42726fc66082 [file] [log] [blame]
{
"name": "APLWKWebView",
"version": "1.0.4",
"summary": "APLWKWebViewController contains a WKWebView, a Pull to Refresh control and a loading indicator",
"description": "APLWKWebViewController contains a WKWebView, a Pull to Refresh control and a loading indicator.\n Use it if you want to provide web view content to your users with some convenience functionality.",
"homepage": "https://github.com/apploft/APLWKWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Nico Schuemann",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLWKWebView.git",
"tag": "1.0.4"
},
"source_files": [
"APLWKWebView",
"APLWKWebView/**/*.{h,m}"
],
"exclude_files": "APLWKWebView/Exclude",
"requires_arc": true,
"dependencies": {
"APLPullToRefreshContainer": [
"~> 1.0.0"
]
}
}