[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 3 / 4 / f / GTContactsKit / 0.1.1 / GTContactsKit.podspec.json
blob74ccdc492d1b75caeb95b44c05144945076cf88b
2   "name": "GTContactsKit",
3   "version": "0.1.1",
4   "summary": "A set of classes for fetching, displaying and selecting contacts from the AddressBook.",
5   "description": "                       A set of classes for fetching, displaying and selecting contacts from the AddressBook. GTContactsPicker lets you fetch the information and GTContactsPickerController lets you display them and select them using different view styles.\n",
6   "homepage": "https://github.com/gtranchedone/GTContactsKit",
7   "license": "MIT",
8   "authors": {
9     "Gianluca Tranchedone": "gianluca@cocoabeans.me"
10   },
11   "source": {
12     "git": "https://github.com/gtranchedone/GTContactsKit.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "GTContactsKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AddressBook"
28   ],
29   "dependencies": {
30     "VENTokenField": [
31       "~> 2.2"
32     ],
33     "GTFoundation": [
34       "~> 0.1"
35     ]
36   }