[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / 5 / TBCounter / 1.0.2 / TBCounter.podspec.json
blobd43112c82539b9618759d5f790ec8f92cdd9849c
2   "name": "TBCounter",
3   "version": "1.0.2",
4   "summary": "Native progress task counter",
5   "description": "Task counter with progress calculation. Could be selfreatin.\nFired completion when tasks count is 0.",
6   "homepage": "https://github.com/truebucha/TBCounter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/TBCounter.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.10"
21   },
22   "source_files": "TBCounter/Classes/**/*",
23   "public_header_files": "TBCounter/Classes/**/*.h",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "CDBKit": [
27       "~> 1.1"
28     ]
29   }