blob: ce1fc1a1491b34e4a0d66f83cc61d38aac7b5e92 [file] [log] [blame]
{
"name": "WeexPluginMotion",
"version": "0.2.3",
"summary": "一个运动相关weex扩展",
"description": "Weexplugin Source Description",
"homepage": "https://github.com/data-sky/WeexPluginMotion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luwei": "lw1023@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/data-sky/WeexPluginMotion.git",
"tag": "0.2.3"
},
"source_files": "ios/Sources/*.{h,m,mm}",
"frameworks": "CoreMotion",
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
]
}
}