blob: ee2c3b376a126aa49b7f1c404afa5de9f9f1e8ac [file] [log] [blame]
{
"name": "WeexPlugin",
"version": "0.0.7.1",
"summary": "Weex Plugin",
"description": "Weex plugin",
"homepage": "https://github.com/kfeagle/WeexPlugin.git",
"license": {
"type": "Copyright",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"kfeagle": "songhaibohust@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kfeagle/WeexPlugin.git"
},
"source_files": "WeexPlugin.framework/Headers/*.{h,m,mm}",
"ios": {
"preserve_paths": "WeexPlugin.framework",
"public_header_files": "WeexPlugin.framework/Headers/*.h",
"vendored_frameworks": "WeexPlugin.framework"
},
"dependencies": {
"WeexSDK": [
],
"SocketRocket": [
]
},
"requires_arc": true,
"libraries": "stdc++"
}