blob: 9abfce22d4794e13e663c168926998834553ddbc [file] [log] [blame]
{
"name": "XMWebView",
"version": "1.0.1",
"summary": "webView",
"description": "一个可以定制的 webVeiw",
"homepage": "https://github.com/xiao333ma/XMWebView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiao3333ma@gmail.com": "xiao3333ma@gmail.com"
},
"source": {
"git": "https://github.com/xiao333ma/XMWebView.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"public_header_files": "XMWebView/Classes/**/.h",
"source_files": "XMWebView/Classes/**/*.{h,m}",
"resources": "XMWebView/Resources/XMWebView.bundle",
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"Masonry": [
]
}
}