blob: a7f15c9b0b61913450e21eb83636c6a3e9ea9244 [file] [log] [blame]
{
"name": "APLWKWebView",
"version": "1.0.0",
"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": "9.0"
},
"source": {
"git": "https://github.com/apploft/APLWKWebView.git",
"tag": "1.0.0"
},
"source_files": [
"APLWKWebView",
"APLWKWebView/**/*.{h,m}"
],
"exclude_files": "APLWKWebView/Exclude",
"requires_arc": true,
"dependencies": {
"APLPullToRefreshContainer": [
"~> 0.0.3"
]
}
}