blob: 18ba77c0b4bf1e504bca2d23ce83c4836c969b94 [file] [log] [blame]
{
"name": "Corvus",
"version": "1.0.0",
"summary": "Log to Sentry/Raven using CocoaLumberjack",
"homepage": "https://github.com/jschmid/Corvus",
"license": "MIT",
"authors": {
"Jonas Schmid": "jonas.schmid@gmail.com"
},
"source": {
"git": "https://github.com/jschmid/Corvus.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"CocoaLumberjack/Core": [
"~> 1.9"
],
"Raven": [
]
}
}