| { |
| "name": "OGCoreDataStack", |
| "version": "0.2.1", |
| "summary": "A multi-threaded Core Data stack. Design goals are ease of use and compile-time checks.", |
| "homepage": "https://github.com/OrangeGroove/OGCoreDataStack", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Jesper": "jesper@orangegroove.net" |
| }, |
| "source": { |
| "git": "https://github.com/OrangeGroove/OGCoreDataStack.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "OGCoreDataStack/", |
| "private_header_files": "OGCoreDataStack/*Private.h", |
| "frameworks": "CoreData", |
| "requires_arc": true |
| } |