[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 6 / 0 / 8 / CordovaPlugin-dialogs / 0.2.3 / CordovaPlugin-dialogs.podspec.json
blob945ae6ca7e8ac7882041ed5e65a1214cec762ea5
2   "name": "CordovaPlugin-dialogs",
3   "version": "0.2.3",
4   "summary": "Mirror of Apache Cordova Plugin dialogs",
5   "description": "                   A longer description of CordovaPlugin-dialogs in Markdown format.\n",
6   "homepage": "https://github.com/apache/CordovaPlugin-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.3"
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     ]
34   }