blob: 41bb44fcdfc96267a081b0079b7193a19a56f8db [file] [log] [blame]
{
"name": "WeexPlugin",
"version": "0.0.6",
"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",
"tag": "0.0.6"
},
"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++"
}