flutter/dev/integration_tests/ios_add2app/Pods/Local Podspecs/FlutterPluginRegistrant.podspec.json
2019-04-05 11:39:30 -07:00

30 lines
592 B
JSON

{
"name": "FlutterPluginRegistrant",
"version": "0.0.1",
"summary": "Registers plugins with your flutter app",
"description": "Depends on all your plugins, and provides a function to register them.",
"homepage": "https://flutter.dev",
"license": {
"type": "BSD"
},
"authors": {
"Flutter Dev Team": "flutter-dev@googlegroups.com"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"source": {
"path": "."
},
"public_header_files": "./Classes/**/*.h",
"dependencies": {
"Flutter": [
]
}
}