blob: 121ccf1d38d26203762d8f657a87a402670ff7c1 [file] [log] [blame]
{
"name": "Timber",
"version": "0.1",
"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": {
"C. Bess": "email@address.com"
},
"source": {
"git": "https://github.com/cbess/Timber.git",
"tag": "v0.1"
},
"source_files": "Timber/Classes/CBTimber/*.{h,m}",
"requires_arc": false
}