[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / e / 0 / 6 / KSOWebKit / 1.0.1 / KSOWebKit.podspec.json
blob4bf7ff9e43567bce43991d4ca785f0dac6d0ea94
2   "name": "KSOWebKit",
3   "version": "1.0.1",
4   "summary": "KSOWebKit is a wrapper for various WebKit classes.",
5   "description": "*KSOWebKit* is a wrapper for various `WebKit` classes. It displays a progress interface embedded in the navigation bar and provides delegate methods to control which requests are loaded.",
6   "homepage": "https://github.com/Kosoku/KSOWebKit",
7   "screenshots": [
8     "https://github.com/Kosoku/KSOWebKit/raw/master/screenshots/demo.gif"
9   ],
10   "license": {
11     "type": "BSD",
12     "file": "license.txt"
13   },
14   "authors": {
15     "William Towe": "willbur1984@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/Kosoku/KSOWebKit.git",
19     "tag": "1.0.1"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "requires_arc": true,
25   "source_files": "KSOWebKit/**/*.{h,m}",
26   "exclude_files": "KSOWebKit/KSOWebKit-Info.h",
27   "private_header_files": "KSOWebKit/Private/*.h",
28   "resource_bundles": {
29     "KSOWebKit": [
30       "KSOWebKit/**/*.{xcassets,lproj}"
31     ]
32   },
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "WebKit"
37   ],
38   "dependencies": {
39     "Stanley": [
41     ],
42     "Ditko": [
44     ],
45     "Agamotto": [
47     ],
48     "KSOFontAwesomeExtensions": [
50     ]
51   }