blob: d23d1f4e7d77e246a332cbce67dcf0a21e3db3a8 [file] [log] [blame]
{
"name": "EVContactsPicker",
"version": "0.5.9",
"summary": "A Contact Picker using Contacts Framework that allows any input source not just the Apple Contacts.",
"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.",
"homepage": "https://github.com/edwardvalentini/EVContactsPicker",
"screenshots": [
"https://raw.githubusercontent.com/edwardvalentini/EVContactsPicker/master/Screenshots/screenshot0.png",
"https://raw.githubusercontent.com/edwardvalentini/EVContactsPicker/master/Screenshots/screenshot1.png"
],
"license": "MIT",
"authors": {
"Edward Valentini": "edward@interlook.com"
},
"source": {
"git": "https://github.com/edwardvalentini/EVContactsPicker.git",
"tag": "0.5.9"
},
"social_media_url": "https://twitter.com/edwardvalentini",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"resource_bundles": {
"EVContactsPicker": [
"Pod/Assets/*"
]
},
"dependencies": {
"Nuke": [
"~> 4.1.2"
]
},
"pushed_with_swift_version": "3.0"
}