Masterarbeit/ios/Pods/Local Podspecs/path_provider.podspec.json

27 lines
635 B
JSON
Executable File

{
"name": "path_provider",
"version": "0.0.1",
"summary": "A Flutter plugin for getting commonly used locations on the filesystem.",
"description": "A Flutter plugin for getting commonly used locations on the filesystem.",
"homepage": "https://github.com/flutter/plugins/tree/master/packages/path_provider",
"license": {
"file": "../LICENSE"
},
"authors": {
"Flutter Team": "flutter-dev@googlegroups.com"
},
"source": {
"path": "."
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"Flutter": [
]
},
"platforms": {
"ios": "8.0"
}
}