blob: 6141c4cdc81fa6499b2a1bb9b60c3e1af13c10fe [file] [log] [blame]
{
"name": "APLWKWebView",
"version": "1.0.6",
"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.6"
},
"source_files": [
"APLWKWebView",
"APLWKWebView/**/*.{h,m}"
],
"exclude_files": "APLWKWebView/Exclude",
"requires_arc": true,
"dependencies": {
"APLPullToRefreshContainer": [
"~> 1.0.1"
]
}
}