blob: 38b358b9d6da7618695fa5257c3ddce6ff9175ad [file] [log] [blame]
{
"name": "BLContactsViewController",
"version": "0.1.5",
"summary": "Parsing list of objectas to UITableView with sections by alphabet in few lines of code.",
"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.",
"homepage": "https://github.com/batkov/BLContactsViewController",
"license": "MIT",
"authors": {
"Hariton Batkov": "batkov@i.ua"
},
"source": {
"git": "https://github.com/batkov/BLContactsViewController.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/batkov111",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BLContactsViewController": [
"Pod/Assets/**"
]
}
}