[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 9 / WebKitUserAgent / 2.0.1 / WebKitUserAgent.podspec.json
blobcffc6425c70694d0594a80e1c94b7ede41f6bad6
2   "name": "WebKitUserAgent",
3   "version": "2.0.1",
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@google.com"
13   },
14   "source": {
15     "git": "https://github.com/dmytriigolovanov/webkit-user-agent.git",
16     "tag": "v2.0.1"
17   },
18   "preserve_paths": [
19     "README.md",
20     "CHANGELOG.md"
21   ],
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.11"
25   },
26   "ios": {
27     "frameworks": [
28       "WebKit",
29       "UIKit"
30     ]
31   },
32   "osx": {
33     "frameworks": "WebKit"
34   },
35   "swift_versions": "5.0",
36   "source_files": "WebKitUserAgent/Sources/**/*",
37   "swift_version": "5.0"