[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 1 / c / EVContactsPicker / 0.5.9 / EVContactsPicker.podspec.json
blobd23d1f4e7d77e246a332cbce67dcf0a21e3db3a8
2   "name": "EVContactsPicker",
3   "version": "0.5.9",
4   "summary": "A Contact Picker using Contacts Framework that allows any input source not just the Apple Contacts.",
5   "description": "1. 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.5.9"
18   },
19   "social_media_url": "https://twitter.com/edwardvalentini",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   },
28   "resource_bundles": {
29     "EVContactsPicker": [
30       "Pod/Assets/*"
31     ]
32   },
33   "dependencies": {
34     "Nuke": [
35       "~> 4.1.2"
36     ]
37   },
38   "pushed_with_swift_version": "3.0"