blob: 02c8adc22334b6f5cd09627b8bb12173c76be99f [file] [log] [blame]
{
"name": "BLListViewController",
"version": "0.9.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BLListViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"BLListDataSource": [
],
"MJRefresh": [
],
"DateTools": [
]
}
}