blob: a520b744d7247c0f0f322a1a2fcb02d515afe591 [file] [log] [blame]
{
"name": "KNContactsPicker",
"version": "0.1.0",
"summary": "KNContactsPicker is a modern, highly customisable contacts picker with search and multi-selection options.",
"description": "A modern, highly customisable contact picker with multi-selection options that closely resembles the behaviour of the ContactsUI's CNContactPickerViewController.",
"homepage": "https://github.com/dragosrobertn/KNContactsPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "dragosrobertn",
"social_media_url": "http://twitter.com/dragosrobertn",
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/dragosrobertn/KNContactsPicker.git",
"tag": "0.1.0"
},
"source_files": [
"KNContactsPicker/*.swift",
"KNContactsPicker/Extensions/*.swift"
],
"frameworks": [
"Contacts",
"ContactsUI"
],
"swift_version": "5.0"
}