blob: 336dae54b7e61ccfeb452329908b91eb4c5bdef5 [file] [log] [blame]
{
"name": "YSWebView",
"version": "1.0.0",
"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.0"
},
"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": [
]
}
}
]
}