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