blob: d1422514db50809d95937735a05e4320d2944cb7 [file] [log] [blame]
{
"name": "MGECoreDataKit",
"version": "1.2.1",
"summary": "Helper classes for handle CoreData",
"description": "`MGECoreDataStack`: Used to encapsulate all the core data stack.\n `MGEQuickFRC`: This class tries to encapsulate the boilerplate code that usually is added to a view controller when using a `NSFetchedResultsController` object. A `UITableView` or a `UICollectionView` can be assigned to instances of this class, and then will be updated on every update, insertion or deletion in the data model",
"homepage": "https://github.com/ManueGE/MGECoreDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ManueGE": "manuel@softopusgarden.com"
},
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ManueGE/MGECoreDataKit.git",
"tag": "1.2.1"
},
"source_files": "MGECoreDataKit/MGECoreDataKit/**/*.{h,m}",
"requires_arc": true,
"public_header_files": "MGECoreDataKit/MGECoreDataKit/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
]
}