blob: 891fe88a3b02b0257b09da621e448505866048ae [file] [log] [blame]
{
"name": "SBRunLoop",
"version": "0.1.0",
"summary": "CADisplayLink wrapper",
"description": "Wrapper for CADisplayLink for easily managing loops with variable or fixed time steps.",
"homepage": "https://github.com/SteveBarnegren/SBRunLoop",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"steve.barnegren@gmail.com": "steve.barnegren@gmail.com"
},
"source": {
"git": "https://github.com/SteveBarnegren/SBRunLoop.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/stevebarnegren",
"platforms": {
"ios": "9.0"
},
"source_files": "SBRunLoop/SBRunLoop/**/*.swift",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}