blob: 06f8bc279627038de96c341852933fcd11b8d5ad [file] [log] [blame]
{
"name": "CrashlyticsLumberjack",
"version": "1.0.0",
"summary": "A Crashlytics Logging->CocoaLumberjack Bridge.",
"homepage": "http://github.com/TechSmith/CrashlyticsLumberjack",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Mike Simons": "m.simons@techsmith.com"
},
"source": {
"git": "https://github.com/TechSmith/CrashlyticsLumberjack.git",
"tag": "1.0.0"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "Source/Exclude",
"frameworks": "Crashlytics",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
]
}
}