[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / 4 / 2 / APLWKWebView / 1.0.6 / APLWKWebView.podspec.json
blob6141c4cdc81fa6499b2a1bb9b60c3e1af13c10fe
2   "name": "APLWKWebView",
3   "version": "1.0.6",
4   "summary": "APLWKWebViewController contains a WKWebView, a Pull to Refresh control and a loading indicator",
5   "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.",
6   "homepage": "https://github.com/apploft/APLWKWebView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Nico Schuemann",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/apploft/APLWKWebView.git",
17     "tag": "1.0.6"
18   },
19   "source_files": [
20     "APLWKWebView",
21     "APLWKWebView/**/*.{h,m}"
22   ],
23   "exclude_files": "APLWKWebView/Exclude",
24   "requires_arc": true,
25   "dependencies": {
26     "APLPullToRefreshContainer": [
27       "~> 1.0.1"
28     ]
29   }