blob: eae42153de485209bc481694663493ba94bf8e68 [file] [log] [blame]
{
"name": "WarpDrive",
"version": "1.0.0",
"license": "MIT",
"summary": "Timing and threading helpers for Interstellar",
"homepage": "https://github.com/JensRavens/WarpDrive",
"social_media_url": "http://twitter.com/JensRavens",
"authors": {
"Jens Ravens": "jens@nerdgeschoss.de"
},
"source": {
"git": "https://github.com/JensRavens/WarpDrive.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "WarpDrive/*.swift",
"dependencies": {
"Interstellar": [
"~> 1.2"
]
},
"requires_arc": true
}