[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / 3 / 4 / f / GTContactsKit / 0.1.3 / GTContactsKit.podspec.json
blob036564967fbe32aeb5fa3a7053cf919fba97f5df
2   "name": "GTContactsKit",
3   "version": "0.1.3",
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.3"
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   }