blob: ac714586ad9660aa1a522e5743a78351cdf1125c [file] [log] [blame]
{
"name": "CrashlyticsLumberjack",
"version": "2.0.0",
"summary": "A Crashlytics Logging->CocoaLumberjack Bridge.",
"homepage": "http://github.com/TechSmith/CrashlyticsLumberjack",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Mike Simons": "m.simons@techsmith.com"
},
"source": {
"git": "https://github.com/TechSmith/CrashlyticsLumberjack.git",
"tag": "2.0.0"
},
"source_files": [
"Source",
"Source/CrashlyticsLogger.{h,m}"
],
"frameworks": "Crashlytics",
"requires_arc": true,
"platforms": {
"osx": "10.7",
"ios": "5.0"
},
"dependencies": {
"CocoaLumberjack/Default": [
"~> 2.0.0"
]
}
}