123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "image_picker",
- "version": "0.0.1",
- "summary": "Flutter plugin that shows an image picker.",
- "description": "A Flutter plugin for picking images from the image library, and taking new pictures with the camera.\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/image_picker"
- },
- "documentation_url": "https://pub.dev/packages/image_picker",
- "source_files": "Classes/**/*",
- "public_header_files": "Classes/**/*.h",
- "dependencies": {
- "Flutter": [
- ]
- },
- "platforms": {
- "ios": "8.0"
- },
- "pod_target_xcconfig": {
- "DEFINES_MODULE": "YES",
- "VALID_ARCHS": "armv7 arm64 x86_64"
- },
- "testspecs": [
- {
- "name": "Tests",
- "test_type": "unit",
- "source_files": "Tests/**/*"
- }
- ]
- }
|