blob: fd07ad9c6acd2bfec730d7144e8baa799fdebc9d [file] [log] [blame]
{
"name": "RBPrecisionTimer",
"version": "1.0.0",
"summary": "A high precision timer written in Objective-C.",
"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.",
"homepage": "https://github.com/Raztor0/RBPrecisionTimer",
"license": {
"type": "MIT"
},
"authors": {
"Razvan Bangu": "raz@razb.me"
},
"social_media_url": "https://twitter.com/Razvan_B",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Raztor0/RBPrecisionTimer.git",
"tag": "1.0.0"
},
"source_files": "RBPrecisionTimer/RBPrecisionTimer/*.{h,m}",
"requires_arc": true
}