blob: a10c0fac7377ab63bbbc4eebdbb35096b86b7265 [file] [log] [blame]
{
"name": "OGCoreDataStack",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "OGCoreDataStack/",
"private_header_files": "OGCoreDataStack/*Private.h",
"frameworks": "CoreData",
"requires_arc": true
}