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