[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 6 / JVRCollectionViewDataSource / 1.0.1 / JVRCollectionViewDataSource.podspec.json
blob61c185c54d9d6d57d01a45df51338878d83964dd
2   "name": "JVRCollectionViewDataSource",
3   "version": "1.0.1",
4   "summary": "A basic, reusable and expandable UICollectionViewDataSource class, to take the clutter out of your UICollectionView classes.",
5   "homepage": "https://github.com/jozsef-vesza/JVRCollectionViewDataSource",
6   "license": "MIT",
7   "authors": {
8     "József vesza": "jozsef.vesza@outlook.com"
9   },
10   "social_media_url": "http://twitter.com/j_vesza",
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/jozsef-vesza/JVRCollectionViewDataSource.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "*.{h,m}",
19   "public_header_files": "*.h",
20   "requires_arc": true,
21   "dependencies": {
22     "JVRCellConfiguratorDelegate": [
24     ]
25   }