[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 1 / 7 / camera_avf / 0.0.13 / camera_avf.podspec.json
blob67d24f8b22bae6d5f728e2b576c35d43b6bb7db4
2   "name": "camera_avf",
3   "version": "0.0.13",
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.13"
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   }