[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / f / 0 / c / CordovaPlugin-contacts / 0.2.11 / CordovaPlugin-contacts.podspec.json
blobb7fb9c388f4feebac756505f5d10857ee894602c
2   "name": "CordovaPlugin-contacts",
3   "version": "0.2.11",
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": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/apache/cordova-plugin-contacts.git",
17     "tag": "r0.2.11"
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     ]
35   }