[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / c / a / 5 / TicToc / 0.1.0 / TicToc.podspec.json
blob207ae5cace298893b0909ee4ed29821d4515b8ce
2   "name": "TicToc",
3   "version": "0.1.0",
4   "summary": "Simple time measurement tool.",
5   "description": "Simple time measurement tool. Never rely on native timestamps functions to computate elapsed time, this module gives an easy-to-use class to do all that is needed to measure elapsed time within your application.",
6   "homepage": "https://github.com/terrordrummer/TicToc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "terrordrummer": "roberto.sartori@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/terrordrummer/TicToc.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TicToc/Classes/**/*",
22   "pushed_with_swift_version": "3.0"