[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 3 / JVRCoreDataCollectionViewDataSource / 1.0.4 / JVRCoreDataCollectionViewDataSource.podspec.json
blob11ea57a1968411a569803b543b5a8226d81f3278
2   "name": "JVRCoreDataCollectionViewDataSource",
3   "version": "1.0.4",
4   "summary": "A reusable class that combines UICollectionViewDataSource and NSFetchedResultsControllerDelegate.",
5   "homepage": "https://github.com/jozsef-vesza/JVRCoreDataCollectionViewDataSource",
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/JVRCoreDataCollectionViewDataSource.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "*.{h,m}",
19   "public_header_files": "*.h",
20   "frameworks": "CoreData",
21   "requires_arc": true,
22   "dependencies": {
23     "JVRCellConfiguratorDelegate": [
25     ]
26   }