{ "name": "path_provider", "version": "0.0.1", "summary": "Flutter Path Provider", "description": "A Flutter plugin for getting commonly used locations on the filesystem.\nDownloaded by pub (not CocoaPods).", "homepage": "https://github.com/flutter/plugins", "license": { "type": "BSD", "file": "../LICENSE" }, "authors": { "Flutter Dev Team": "flutter-dev@googlegroups.com" }, "source": { "http": "https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider" }, "documentation_url": "https://pub.dev/packages/path_provider", "source_files": "Classes/**/*", "public_header_files": "Classes/**/*.h", "dependencies": { "Flutter": [ ] }, "platforms": { "ios": "8.0" }, "pod_target_xcconfig": { "DEFINES_MODULE": "YES", "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64" } }