blob: f4660fad7e95eed6d362032144752da34d323212 [file] [log] [blame]
{
"name": "SMBFetchedResultsController",
"version": "0.1.1",
"summary": "it is a simple implemtation with NSFetchedRestulsController style based on To-Many Relationship Compliance",
"description": "SMBFetchedResultsController is inspired by Cocoa's NSFetchedResultsController style and Cocoa's KVO To-Many Relationship Compliance to support insert, delete, move, replace operation to NSOrderedSet data struct'",
"homepage": "https://github.com/SuperMarioBean/SMBFetchedResultsController",
"license": "MIT",
"authors": {
"David Fu": "david.fu.zju.dev@gmail.com"
},
"source": {
"git": "https://github.com/SuperMarioBean/SMBFetchedResultsController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMBFetchedResultsController": [
"Pod/Assets/*.png"
]
}
}