| { |
| "name": "OSQL", |
| "version": "1.2.0", |
| "summary": "Easy and convenient way to deal with simple operations in Core Data.", |
| "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", |
| "homepage": "https://github.com/ochococo/OSQL", |
| "license": "MIT", |
| "authors": { |
| "Oktawian Chojnacki": "oktawian@me.com" |
| }, |
| "social_media_url": "http://twitter.com/oktawian", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/ochococo/OSQL.git", |
| "tag": "1.2.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": "CoreData" |
| } |