blob: f430f640a08a32943bcd02c421d5338a0dfbfd0c [file] [log] [blame]
{
"name": "CMSetController",
"version": "0.1.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "KVO based controller for an NSSet similar to NSFetchedResultController.",
"homepage": "http://github.com/causticmango/CMSetController",
"authors": {
"Samuel Ford": "samuel.ford@icloud.com"
},
"source": {
"git": "https://github.com/causticmango/CMSetController.git",
"tag": "0.1.0"
},
"description": "Uses KVO to mediate changes to an NSSet very similar to an NSFetchedResultController with sorting and grouping without the need for CoreData.",
"source_files": "CMSetController/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}