[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 2 / d / WKWebViewCrawler / 0.0.4 / WKWebViewCrawler.podspec.json
blob31b081df6af85bd41937128d0fce806af9ad08f6
2   "name": "WKWebViewCrawler",
3   "version": "0.0.4",
4   "summary": "WebView base iOS web crawler",
5   "description": "WKWebViewCrawler is iOS web crawler. This is powered by WKWebView.",
6   "homepage": "https://github.com/moririnson/WKWebViewCrawler",
7   "license": "MIT",
8   "authors": {
9     "Shunsuke Mori": "morimorim7180@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/moririnson/WKWebViewCrawler.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "WKWebViewCrawler",
20     "WKWebViewCrawler/**/*.swift"
21   ],
22   "exclude_files": "Example",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.0"
25   }