blob: dd32bdd2c33416eb5e5949fd6de285001498bf62 [file] [log] [blame]
{
"name": "Ubergang",
"version": "1.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": "1.0"
},
"source_files": "Ubergang/**/*.{h,m,swift}",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}