| { |
| "name": "YJWebViewHolder", |
| "version": "1.2.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "easy use WKWebView in Swift", |
| "description": "easy to use WKWebView/Alert in Swift", |
| "homepage": "https://github.com/Zyj163/YJWebViewHolder", |
| "authors": { |
| "zhangyj": "zyj194250@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/Zyj163/YJWebViewHolder.git", |
| "tag": "1.2.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "YJWebViewHolder/*.swift", |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "WebKit" |
| ], |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| }, |
| "pushed_with_swift_version": "3.0", |
| "subspecs": [ |
| { |
| "name": "YJEasyAlert", |
| "source_files": "YJWebViewHolder/YJEasyAlert.swift", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |
| ] |
| } |