blob: 11a5d07af9c7af77aaa904169e89afe30e33b154 [file] [log] [blame]
{
"name": "CrashlyticsLumberjack",
"version": "3.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": "3.0.0"
},
"source_files": [
"Source",
"Source/CrashlyticsLogger.{h,m}"
],
"requires_arc": true,
"platforms": {
"osx": "10.8",
"ios": "7.0"
},
"dependencies": {
"CocoaLumberjack/Default": [
"~> 3.0"
],
"Crashlytics": [
]
}
}