[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / 5 / 4 / b / CordovaPlugin-camera / 0.2.6 / CordovaPlugin-camera.podspec.json
blobc35bd9649816c44c7e80706fe2858c4e259ca78c
2   "name": "CordovaPlugin-camera",
3   "version": "0.2.6",
4   "summary": "Mirror of Apache Cordova Plugin camera",
5   "description": "A longer description of CordovaPlugin-camera in Markdown format.",
6   "homepage": "https://github.com/apache/cordova-plugin-camera",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "The Apache Software Foundation",
12   "platforms": {
13     "ios": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/apache/cordova-plugin-camera.git",
17     "tag": "r0.2.6"
18   },
19   "source_files": "src/ios/*.{h,m}",
20   "preserve_paths": [
21     "*.md",
22     "www/*.js",
23     "www/ios/*.js"
24   ],
25   "frameworks": [
26     "CoreLocation",
27     "CoreGraphics",
28     "AssetsLibrary",
29     "MobileCoreServices"
30   ],
31   "weak_frameworks": "ImageIO",
32   "requires_arc": true,
33   "dependencies": {
34     "Cordova": [
35       ">= 3.0.0",
36       "< 3.4.1"
37     ]
38   }