[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 0 / 3 / SS-KINWebBrowser / 1.3.2 / SS-KINWebBrowser.podspec.json
blob91ad318f79beb383d4aaa2a9463d9da69b22c1b9
2   "name": "SS-KINWebBrowser",
3   "version": "1.3.2",
4   "summary": "A web browser module for your apps.",
5   "description": "KINWebBrowser is a web browser module for your apps. Powered by WKWebView on iOS 8. Backwards compatible with iOS 7 using UIWebView. KINWebBrowser offers the simplest way to add a web browser to your apps.",
6   "homepage": "https://github.com/dfmuir/KINWebBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David F. Muir V": "dfmuir@gmail.com",
13     "Eddie Li": "eli@sandsmedia.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/dfmuir/KINWebBrowser.git",
20     "tag": "1.3.2"
21   },
22   "source_files": [
23     "KINWebBrowser",
24     "KINWebBrowser/**/*.{h,m}"
25   ],
26   "resources": "Assets/*.png",
27   "requires_arc": true,
28   "weak_frameworks": "WebKit",
29   "dependencies": {
30     "SS-TUSafariActivity": [
31       "1.0.4"
32     ],
33     "ARChromeActivity": [
34       "1.0.5"
35     ]
36   }