[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / 7 / camera_avf / 0.0.7 / camera_avf.podspec.json
bloba0c88849575b3ad2a06b48e6bd3db1c2c28f26bc
2   "name": "camera_avf",
3   "version": "0.0.7",
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.7"
17   },
18   "documentation_url": "https://github.com/aramikg/flutter_camera_avfoundation",
19   "source_files": "ios/Classes/**/*.{h,m}",
20   "public_header_files": "ios/Classes/**/*.h",
21   "module_map": "ios/Classes/CameraPlugin.modulemap",
22   "dependencies": {
23     "Flutter": [
25     ]
26   },
27   "platforms": {
28     "ios": "12.0"
29   },
30   "pod_target_xcconfig": {
31     "DEFINES_MODULE": "YES"
32   }