[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 4 / 8 / BLContactsViewController / 0.1.4 / BLContactsViewController.podspec.json
blob362308858d7cdc51d3bd8b98c196f9f8ffc44d9a
2   "name": "BLContactsViewController",
3   "version": "0.1.4",
4   "summary": "Parsing list of objectas to UITableView with sections by alphabet in few lines of code.",
5   "description": "Are you bored writing UITableViewControllers that looks like standard iOS Contacts page?\n Write one delegate method for BLContactsViewController like:\n\n```-(NSArray *)titlesForContactsController:(BLContactsViewController *)controller```\n\nand present it like\n\n```[self.navigationController pushViewController:[BLContactsViewController contactsControllerWithDelegate:self] animated:YES];```\n\nMore customization inside.",
6   "homepage": "https://github.com/batkov/BLContactsViewController",
7   "license": "MIT",
8   "authors": {
9     "Hariton Batkov": "batkov@i.ua"
10   },
11   "source": {
12     "git": "https://github.com/batkov/BLContactsViewController.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/batkov111",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "BLContactsViewController": [
23       "Pod/Assets/**"
24     ]
25   }