Files
flutter/dev/integration_tests/ios_add2app/Pods/Local Podspecs/Flutter.podspec.json
Dan Field b484a9129c add2app test (#27712)
* add2app test
2019-02-23 09:56:27 -08:00

22 lines
561 B
JSON

{
"name": "Flutter",
"version": "1.0.0",
"summary": "High-performance, high-fidelity mobile apps.",
"description": "Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.",
"homepage": "https://flutter.io",
"license": {
"type": "MIT"
},
"authors": {
"Flutter Dev Team": "flutter-dev@googlegroups.com"
},
"source": {
"git": "https://github.com/flutter/engine",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"vendored_frameworks": "Flutter.framework"
}