blob: d43112c82539b9618759d5f790ec8f92cdd9849c [file] [log] [blame]
{
"name": "TBCounter",
"version": "1.0.2",
"summary": "Native progress task counter",
"description": "Task counter with progress calculation. Could be selfreatin.\nFired completion when tasks count is 0.",
"homepage": "https://github.com/truebucha/TBCounter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/TBCounter.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source_files": "TBCounter/Classes/**/*",
"public_header_files": "TBCounter/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"CDBKit": [
"~> 1.1"
]
}
}