4 "summary": "Easy and convenient way to deal with simple operations in Core Data.",
5 "description": " This lightweight singleton provides easy and convenient way to deal with Core Data.\n Providing you with a sql-like expressions without going all the way down to sqlite.\n Plus - now you don't have to worry: \"is that the right thread?\", \"where's my managedobjectcontext?\".\n It's all taken care of.\n\n Basic facts:\n\n * It's small and simple.\n * It's used in production apps.\n * This class is available under the MIT license. See the LICENSE file for more info.\n * Updated and maintained by Oktawian Chojnacki (oktawian@me.com).\n * All completion blocks are called from main thread.\n",
6 "homepage": "https://github.com/ochococo/OSQL",
9 "Oktawian Chojnacki": "oktawian@me.com"
11 "social_media_url": "http://twitter.com/oktawian",
17 "git": "https://github.com/ochococo/OSQL.git",
24 "exclude_files": "Classes/Exclude",
25 "frameworks": "CoreData"