blob: d09e64f201352b2a5d32bd2aa4f949547b9007f6 [file] [log] [blame]
{
"name": "TestFlutter",
"version": "1.0.1",
"summary": "测试",
"description": "测试",
"homepage": "https://github.com/ApplePeels/TestAssets.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"测试": "wangxingming@outlook.com"
},
"source": {
"git": "https://github.com/ApplePeels/TestAssets.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.{h,m}",
"resource_bundles": {
"TestFlutter": [
"TestFlutter.xcassets"
]
},
"preserve_paths": [
"Resources/*"
]
}