[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / f / 1 / 7 / camera_avf / 0.0.11 / camera_avf.podspec.json
blobd0db85f0999cc0b81f75119406a57beffda3e9f6
2   "name": "camera_avf",
3   "version": "0.0.11",
4   "summary": "Flutter Camera",
5   "description": "A Flutter plugin to use the camera from your Flutter app.",
6   "homepage": "https://github.com/aramikg/flutter_camera_avfoundation",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aramik": "a.mik@me.com"
13   },
14   "source": {
15     "git": "https://github.com/aramikg/flutter_camera_avfoundation.git",
16     "tag": "0.0.11"
17   },
18   "documentation_url": "https://github.com/aramikg/flutter_camera_avfoundation",
19   "source_files": "ios/Sources/**/*.{h,m}",
20   "public_header_files": "ios/Sources/**/*.h",
21   "module_map": "ios/Sources/CameraPlugin.modulemap",
22   "dependencies": {
23     "Flutter": [
25     ]
26   },
27   "platforms": {
28     "ios": "12.0"
29   },
30   "pod_target_xcconfig": {
31     "DEFINES_MODULE": "YES"
32   }