blob: 63dd4f53de2b7e18368b77369f52a61de22b5052 [file] [log] [blame]
{
"name": "CIWebView",
"version": "0.0.5",
"summary": "A short description of CIWebView.",
"description": "A weex webview for iOS",
"homepage": "https://gitlab.oneitfarm.com/luliangxiao/CIWebView_iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luliangxiao": "luliangxiao@corp-ci.com"
},
"source": {
"git": "https://gitlab.oneitfarm.com/luliangxiao/CIWebView_iOS.git",
"commit": "246fc54e"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CIWebView/controller/*.{h, m}",
"resource_bundles": {
"CIWebView": [
"CIWebView/bundlejs/web.js"
]
},
"frameworks": "UIKit",
"dependencies": {
"WeexSDK": [
"~> 0.11.0"
]
}
}