22 lines
562 B
JSON
22 lines
562 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.dev",
|
|
"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"
|
|
}
|