[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 0 / 8 / CordovaPlugin-dialogs / 0.2.5 / CordovaPlugin-dialogs.podspec.json
blob561402207508ad9986e3cda82663ba3753ec13d6
2   "name": "CordovaPlugin-dialogs",
3   "version": "0.2.5",
4   "summary": "Mirror of Apache Cordova Plugin dialogs",
5   "description": "A longer description of CordovaPlugin-dialogs in Markdown format.",
6   "homepage": "https://github.com/apache/cordova-plugin-dialogs",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "The Apache Software Foundation": "email@address.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/apache/cordova-plugin-dialogs.git",
19     "tag": "r0.2.5"
20   },
21   "source_files": "src/ios/*.{h,m}",
22   "resources": "src/ios/*.bundle",
23   "preserve_paths": [
24     "*.md",
25     "www/*.js",
26     "www/ios/*.js"
27   ],
28   "weak_frameworks": "AudioToolbox",
29   "requires_arc": true,
30   "dependencies": {
31     "Cordova": [
32       ">= 3.0.0",
33       "< 3.4.1"
34     ]
35   }