[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / e / 3 / 7 / KBContactsSelection / 1.2.4 / KBContactsSelection.podspec.json
blobcbd6920e26cc35db2f76ed10b6b17c092d7421cf
2   "name": "KBContactsSelection",
3   "version": "1.2.4",
4   "summary": "Standalone UI component to search and select contacts.",
5   "description": "\t\t\t\t   KBContactsSelection is a standalone UI and logic component that allows you to easily search \n\t\t\t\t   and select contacts in your Address Book and redirect to Mail or Messages with results.\n",
6   "homepage": "https://github.com/burczyk/KBContactsSelection",
7   "screenshots": "https://raw.githubusercontent.com/burczyk/KBContactsSelection/master/assets/KBContactsSelection.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kamil Burczyk": "kamil.burczyk@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/KamilBurczyk",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/burczyk/KBContactsSelection.git",
21     "tag": "1.2.4"
22   },
23   "source_files": [
24     "KBContactsSelection",
25     "KBContactsSelection/**/*.{h,m}"
26   ],
27   "resources": "KBContactsSelection/*.xib",
28   "frameworks": "MessageUI",
29   "requires_arc": true,
30   "dependencies": {
31     "APAddressBook": [
32       "~> 0.1"
33     ]
34   }