[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 9 / WebKitUserAgent / 4.0.0 / WebKitUserAgent.podspec.json
blob4307000a7014efda04d1189471f0b2a8b62cd0f0
2   "name": "WebKitUserAgent",
3   "version": "4.0.0",
4   "summary": "Conveniently getting the User-Agent through WKWebView",
5   "description": "The library provides the ability to conveniently getting the User-Agent through WKWebView.",
6   "homepage": "https://github.com/dmytriigolovanov/webkit-user-agent",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmytrii Golovanov": "dmyrii.golovanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dmytriigolovanov/webkit-user-agent.git",
16     "tag": "v4.0.0"
17   },
18   "preserve_paths": [
19     "README.md",
20     "CHANGELOG.md"
21   ],
22   "platforms": {
23     "ios": "11.0",
24     "osx": "10.13"
25   },
26   "ios": {
27     "frameworks": [
28       "WebKit",
29       "UIKit"
30     ]
31   },
32   "osx": {
33     "frameworks": "WebKit"
34   },
35   "swift_versions": "5.3",
36   "source_files": "WebKitUserAgent/Sources/**/*",
37   "swift_version": "5.3"