blob: 833bd90e72d8661102b446cb441c3e51b8514668 [file] [log] [blame]
{
"name": "Clockwork",
"version": "0.9.2",
"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.2"
},
"source_files": "Clockwork/**/*.{h,m}",
"public_header_files": "Clockwork/**/*.h",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"Tourbillon": [
"~> 0.9.4"
]
}
}