blob: 4c9abf4af8ce987bf0c9deaadc010fea23d43457 [file] [log] [blame]
{
"name": "CrashlyticsLumberjack",
"version": "2.0.2",
"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.2"
},
"source_files": [
"Source",
"Source/CrashlyticsLogger.{h,m}"
],
"requires_arc": true,
"platforms": {
"osx": "10.8",
"ios": "8.0"
},
"dependencies": {
"CocoaLumberjack/Default": [
"~> 2.0.0"
]
},
"ios": {
"dependencies": {
"Crashlytics": [
]
}
},
"osx": {
"dependencies": {
"Crashlytics-OSX": [
]
}
}
}