blob: 9180fc04f4b12507ce4d81b40d0fe13439b2b062 [file] [log] [blame]
{
"name": "BLListViewController",
"version": "0.9.11",
"summary": "BLListViewController is used to display information got from BLListDataSource.",
"description": "BLListViewController is used to display information got from BLListDataSource. Example is written with usage of BLParseFetch to demontrate abilities of each of lib.",
"homepage": "https://github.com/batkov/BLListViewController",
"license": "MIT",
"authors": {
"Hariton Batkov": "batkov@i.ua"
},
"source": {
"git": "https://github.com/batkov/BLListViewController.git",
"tag": "0.9.11"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"BLListDataSource": [
],
"MJRefresh": [
],
"DateTools": [
]
}
}