[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 9 / c / 3 / JVRCoreDataCollectionViewDataSource / 1.0.0 / JVRCoreDataCollectionViewDataSource.podspec.json
blob7975cab192179ba84579cf92e46c92b295eb375f
2   "name": "JVRCoreDataCollectionViewDataSource",
3   "version": "1.0.0",
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.0"
17   },
18   "source_files": "*.{h,m}",
19   "public_header_files": "*.h",
20   "frameworks": "CoreData",
21   "requires_arc": true,
22   "dependencies": {
23     "JVRCoreDataCellHelper": [
25     ]
26   }