blob: 96a8fb8006819c418a1d653a4919085a15cfd3a2 [file] [log] [blame]
{
"name": "BLParseFetch",
"version": "0.4.0",
"summary": "BLParseFetch is implementation of BLFetch(as part of BLListDataSource) for Parse Platform",
"description": "Implementation of BLFetch object for Parse platform. Can be used with BLListViewController.",
"homepage": "https://github.com/batkov/BLParseFetch",
"license": "MIT",
"authors": {
"Hariton Batkov": "batkov@i.ua"
},
"source": {
"git": "https://github.com/batkov/BLParseFetch.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Parse": [
],
"BLListDataSource": [
]
}
}