blob: 3ee9af254f054b2b1a7e66b51c560d11c86d6ac7 [file] [log] [blame]
{
"name": "IOSQueryable",
"version": "0.0.1",
"summary": "ios-queryable is an implementation of IQueryable/IEnumerable for Core Data,.",
"homepage": "https://github.com/martydill/ios-queryable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marty Dill",
"source": {
"git": "https://github.com/martydill/ios-queryable.git",
"commit": "76af6cb75339b6b399b95d2bada77ebbf4905100"
},
"platforms": {
"ios": null
},
"source_files": "ios-queryable/NSManagedObjectContext+Queryable.{h,m}",
"frameworks": [
"CoreData",
"Foundation"
],
"requires_arc": true
}