[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / 0 / c / 7 / RBPrecisionTimer / 1.0.0 / RBPrecisionTimer.podspec.json
blobfd07ad9c6acd2bfec730d7144e8baa799fdebc9d
2   "name": "RBPrecisionTimer",
3   "version": "1.0.0",
4   "summary": "A high precision timer written in Objective-C.",
5   "description": "Intended to be used when performing time sensitive tasks. Manipulates thread execution priorities to give your code higher priority for short periods of time.",
6   "homepage": "https://github.com/Raztor0/RBPrecisionTimer",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Razvan Bangu": "raz@razb.me"
12   },
13   "social_media_url": "https://twitter.com/Razvan_B",
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/Raztor0/RBPrecisionTimer.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "RBPrecisionTimer/RBPrecisionTimer/*.{h,m}",
22   "requires_arc": true