blob: 430fb0f2059f74392d266f5bcd43794f11d4be78 [file] [log] [blame]
{
"name": "CVFRCDelegate",
"version": "0.1.0",
"summary": "Fix for using UICollectionView with NSFetchedResultsController",
"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.",
"homepage": "https://github.com/jzucker2/CVFRCDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jzucker2": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/CVFRCDelegate.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0"
},
"source_files": "CVFRCDelegate/Classes/**/*",
"frameworks": [
"UIKit",
"CoreData"
],
"pushed_with_swift_version": "3.0"
}