[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 8 / YJWebViewHolder / 1.1.0 / YJWebViewHolder.podspec.json
blob66ae52d0cd24fd4ba671e69b584ca0a6ea2170de
2   "name": "YJWebViewHolder",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "easy use WKWebView in Swift",
9   "description": "easy to use WKWebView/Alert in Swift",
10   "homepage": "https://github.com/Zyj163/YJWebViewHolder",
11   "authors": {
12     "zhangyj": "zyj194250@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Zyj163/YJWebViewHolder.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YJWebViewHolder/*.swift",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "WebKit"
26   ],
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3.0"
29   },
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "YJEasyAlert",
34       "source_files": "YJWebViewHolder/YJEasyAlert.swift",
35       "frameworks": "UIKit",
36       "requires_arc": true
37     }
38   ]