[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / a / CVFRCDelegate / 0.1.0 / CVFRCDelegate.podspec.json
blob430fb0f2059f74392d266f5bcd43794f11d4be78
2   "name": "CVFRCDelegate",
3   "version": "0.1.0",
4   "summary": "Fix for using UICollectionView with NSFetchedResultsController",
5   "description": "If you've ever used NSFetchedResultsController with a UITableView, you know how awesome it can be. However try using it with a UICollectionView and you will inevitably find yourself facing heartache and frustration.",
6   "homepage": "https://github.com/jzucker2/CVFRCDelegate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jzucker2": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jzucker2/CVFRCDelegate.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/jzucker",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CVFRCDelegate/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "CoreData"
26   ],
27   "pushed_with_swift_version": "3.0"