[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 0 / c / CordovaPlugin-contacts / 0.2.7 / CordovaPlugin-contacts.podspec.json
blob84caf20927cd9451c73b64f0afb0813e57e2fa81
2   "name": "CordovaPlugin-contacts",
3   "version": "0.2.7",
4   "summary": "Mirror of Apache Cordova Plugin contacts",
5   "description": "A longer description of CordovaPlugin-contacts in Markdown format.",
6   "homepage": "https://github.com/apache/cordova-plugin-contacts",
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-contacts.git",
17     "tag": "r0.2.7"
18   },
19   "source_files": "src/ios/*.{h,m}",
20   "preserve_paths": [
21     "*.md",
22     "www/*.js",
23     "www/ios/*.js"
24   ],
25   "frameworks": "CoreGraphics",
26   "weak_frameworks": [
27     "AddressBook",
28     "AddressBookUI"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "Cordova": [
33       ">= 3.0.0",
34       "< 3.4.1"
35     ]
36   }