[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 2 / d / cordova-plugin-dialogs / 1.2.0 / cordova-plugin-dialogs.podspec.json
blob4eae54e1e7cb43562d1e3138f80f3999001ca1ef
2   "name": "cordova-plugin-dialogs",
3   "version": "1.2.0",
4   "summary": "Cordova Notification Plugin",
5   "description": "This plugin provides access to some native dialog UI elements via a global navigator.notification object.",
6   "homepage": "https://github.com/apache/cordova-plugin-dialogs",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "The Apache Software Foundation",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/apache/cordova-plugin-dialogs.git",
17     "tag": "1.2.0"
18   },
19   "preserve_paths": [
20     "*.md",
21     "docs/**/*.md",
22     "www/*.js",
23     "www/ios/*.js"
24   ],
25   "dependencies": {
26     "Cordova": [
27       ">= 4.0.0"
28     ]
29   },
30   "source_files": "src/ios/*.{h,m}",
31   "weak_frameworks": [
32     "AudioToolbox"
33   ],
34   "requires_arc": "true"