[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / c / EVContactsPicker / 0.1.36 / EVContactsPicker.podspec.json
blobca3a6850551c4ea7fd745fbd0692a0358a1c6976
2   "name": "EVContactsPicker",
3   "version": "0.1.36",
4   "summary": "A Contact Picker using Contacts Framework that allows any input source not just the Apple Contacts.",
5   "description": "Rewrite of THContactPicker in Swift with the following changes\n1. uses Apples new ios9 Contacts and ContactsUI Frameworks\n2. allows any contact source to be used as long as it conforms to the\nEVCContactsPickerDataSourceProtocol Protocol.",
6   "homepage": "https://github.com/edwardvalentini/EVContactsPicker",
7   "screenshots": [
8     "https://raw.githubusercontent.com/edwardvalentini/EVContactsPicker/master/Screenshots/screenshot0.png",
9     "https://raw.githubusercontent.com/edwardvalentini/EVContactsPicker/master/Screenshots/screenshot1.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Edward Valentini": "edward@interlook.com"
14   },
15   "source": {
16     "git": "https://github.com/edwardvalentini/EVContactsPicker.git",
17     "tag": "0.1.36"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION ": "2.3"
25   },
26   "source_files": "Pod/Classes/**/*",
27   "resources": [
28     "Pod/Assets/EVContactsPickerAssets.bundle",
29     "Pod/Assets/*.{png,gif,jpg}"
30   ]