| { |
| "name": "YSWebView", |
| "version": "1.0.2", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Wrapper for UIWebView or WKWebView", |
| "homepage": "https://github.com/YardiSystems/YSWebView", |
| "source": { |
| "git": "https://github.com/YardiSystems/YSWebView.git", |
| "tag": "1.0.2" |
| }, |
| "authors": { |
| "Bogdan Hapca": "bogdan.hapca@yardi.com" |
| }, |
| "description": "YSWebView wraps a webview, UIWebView or WKWebView based on the OS availability", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "preserve_paths": "README*", |
| "default_subspecs": "Core", |
| "frameworks": "UIKit", |
| "weak_frameworks": "WebKit", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "YSWebView/*.{h,m}", |
| "public_header_files": "YSWebView/*.h", |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| } |
| } |
| ] |
| } |