blob: 56df3a733b4f30bef77e2122507b6fea87c0e7a6 [file] [log] [blame]
{
"name": "Timber",
"version": "0.2",
"summary": "iOS and Mac app logging made easy. Batteries Included.",
"description": " A logging library that provides a powerful and easy to use API.\n Works on Mac and iOS platforms.\n",
"homepage": "https://github.com/cbess/Timber",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Bess": "email@address.com"
},
"source": {
"git": "https://github.com/cbess/Timber.git",
"tag": "v0.2"
},
"source_files": "Timber/Classes/CBTimber/*.{h,m}",
"requires_arc": false
}