[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 1 / 5 / TBCounter / 1.1.0 / TBCounter.podspec.json
blobe7f984e1a03cb73ffbfa6213537f27eb8c22e845
2   "name": "TBCounter",
3   "version": "1.1.0",
4   "summary": "Native progress task counter",
5   "description": "Task counter with progress calculation. Could be selfreatin.\nFired start when note first unprocessed task. Fired completion when unprocessed tasks count reaches 0.\nCould cycle in this two states if should process after fire enabled",
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.1.0"
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   }