[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / e / f / 1 / BLParseFetch / 0.2.4 / BLParseFetch.podspec.json
blob21501e05353032d423bf2d674a5d00da2970fb48
2   "name": "BLParseFetch",
3   "version": "0.2.4",
4   "summary": "BLParseFetch is implementation of BLFetch(as part of BLListDataSource) for Parse Platform",
5   "description": "Implementation of BLFetch object for Parse platform. Can be used with BLListViewController.",
6   "homepage": "https://github.com/batkov/BLParseFetch",
7   "license": "MIT",
8   "authors": {
9     "Hariton Batkov": "batkov@i.ua"
10   },
11   "source": {
12     "git": "https://github.com/batkov/BLParseFetch.git",
13     "tag": "0.2.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "Parse": [
23     ],
24     "BLListDataSource": [
26     ]
27   }