blob: f42b45e2903be68b80d7e2c7b1a6b6d0617891e3 [file] [log] [blame]
{
"name": "Clockwork",
"version": "0.9.1",
"summary": "A thread safety warpper for CoreData.",
"description": " A thread safety warpper for CoreData. Both for OSX and iOS.\n",
"homepage": "https://github.com/seraphcxl/Clockwork",
"license": "MIT",
"authors": {
"seraphcxl": "seraph.cxl@gmail.com"
},
"social_media_url": "http://twitter.com/seraphcxl",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/seraphcxl/Clockwork.git",
"tag": "0.9.1"
},
"source_files": "Clockwork/**/*.{h,m}",
"public_header_files": "Clockwork/**/*.h",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 0.9.3"
]
}
}