blob: 661c2fe6640b568bc59d07f8020f241f5a2a948f [file] [log] [blame]
{
"name": "Ubergang",
"version": "0.5.0",
"summary": "A tweening engine written in Swift.",
"homepage": "https://github.com/RobinFalko/Ubergang",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Robin Frielingsdorf": "mail@robinfalko.com"
},
"source": {
"git": "https://github.com/RobinFalko/Ubergang.git",
"tag": "0.5.0"
},
"source_files": "Ubergang/**/*.{h,swift}",
"requires_arc": true,
"platforms": {
"ios": "9.3"
}
}