blob: 0df21e713230aeed96438743ddf401487b6d3065 [file] [log] [blame]
{
"name": "MyFlutterPod",
"version": "0.1.0",
"summary": "fultter MyFlutterPod.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/outstandingCode/MyFlutterPod.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangxiaozhou": "xiaozhou19901003@163.com"
},
"source": {
"git": "https://gitee.com/outstandingCode/MyFlutterPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyFlutterPod/Classes/**/*",
"static_framework": true,
"ios": {
"vendored_frameworks": [
"ios_frameworks/*.framework"
]
}
}