[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 0 / 6 / KSOWebKit / 1.0.2 / KSOWebKit.podspec.json
blobb40bd0e837c37e80dad373b8d14170991a6565df
2   "name": "KSOWebKit",
3   "version": "1.0.2",
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.2"
20   },
21   "deprecated": true,
22   "platforms": {
23     "ios": "10.0"
24   },
25   "requires_arc": true,
26   "source_files": "KSOWebKit/**/*.{h,m}",
27   "exclude_files": "KSOWebKit/KSOWebKit-Info.h",
28   "private_header_files": "KSOWebKit/Private/*.h",
29   "resource_bundles": {
30     "KSOWebKit": [
31       "KSOWebKit/**/*.{xcassets,lproj}"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit",
37     "WebKit"
38   ],
39   "dependencies": {
40     "Stanley": [
42     ],
43     "Ditko": [
45     ],
46     "Agamotto": [
48     ],
49     "KSOFontAwesomeExtensions": [
51     ]
52   }