[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 7 / KBContactsSelection / 1.0.0 / KBContactsSelection.podspec.json
blob594895598194baa2191977af1b8313b633b9145b
2   "name": "KBContactsSelection",
3   "version": "1.0.0",
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": [
8     "https://raw.githubusercontent.com/burczyk/KBContactsSelection/master/assets/KBContactsSelection.png",
9     "https://raw.githubusercontent.com/burczyk/KBContactsSelection/master/assets/KBContactsSelection.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Kamil Burczyk": "kamil.burczyk@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/KamilBurczyk",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "source": {
23     "git": "https://github.com/burczyk/KBContactsSelection.git",
24     "tag": "1.0.0"
25   },
26   "source_files": [
27     "KBContactsSelection",
28     "KBContactsSelection/**/*.{h,m}"
29   ],
30   "resources": "KBContactsSelection/*.xib",
31   "frameworks": "MessageUI",
32   "requires_arc": true,
33   "dependencies": {
34     "APAddressBook": [
35       "~> 0.1"
36     ]
37   }