[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / f / GTContactsKit / 0.1.2 / GTContactsKit.podspec.json
blob4bb1d6adab26b4ca2333c74059f61ea027f1bb4e
2   "name": "GTContactsKit",
3   "version": "0.1.2",
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.2"
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   }