[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 4 / 2 / YSWebView / 1.0.2 / YSWebView.podspec.json
blobf652e17a1aaa074a929abc9300f8185780f0c95c
2   "name": "YSWebView",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Wrapper for UIWebView or WKWebView",
9   "homepage": "https://github.com/YardiSystems/YSWebView",
10   "source": {
11     "git": "https://github.com/YardiSystems/YSWebView.git",
12     "tag": "1.0.2"
13   },
14   "authors": {
15     "Bogdan Hapca": "bogdan.hapca@yardi.com"
16   },
17   "description": "YSWebView wraps a webview, UIWebView or WKWebView based on the OS availability",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "7.0"
21   },
22   "preserve_paths": "README*",
23   "default_subspecs": "Core",
24   "frameworks": "UIKit",
25   "weak_frameworks": "WebKit",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "YSWebView/*.{h,m}",
30       "public_header_files": "YSWebView/*.h",
31       "dependencies": {
32         "Masonry": [
34         ]
35       }
36     }
37   ]