[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 4 / b / CordovaPlugin-camera / 0.2.4 / CordovaPlugin-camera.podspec.json
blobe92f27fc9e023c8662359315b0508aaff5441203
2   "name": "CordovaPlugin-camera",
3   "version": "0.2.4",
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.4"
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   }