blob: 36fe34cb68f53c9bb0566d5c4695e8f6ed334526 [file] [log] [blame]
{
"name": "WXLottie",
"version": "1.1",
"summary": "Weex plugin for lottie",
"description": "Weex plugin for lottie",
"homepage": "https://github.com/acton393/WeexLottie",
"license": {
"type": "Copyright",
"text": " copyright\n"
},
"authors": {
"acton393": "zhangxing610321@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/WeexPluginLoader'"
},
"source": {
"git": "https://github.com/acton393/WeexLottie.git",
"tag": "1.1"
},
"source_files": "ios/Sources/*.{h,m,mm}",
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
],
"lottie-ios": [
]
}
}