Files
checker/ios/Pods/Local Podspecs/Flutter.podspec.json
Semyon Babushkin 1e9ddbf3a9 ios demo version
2017-10-19 14:46:44 +03:00

23 lines
599 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",
"file": "../../../../../LICENSE"
},
"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"
}