blob: c0123ddca9df683e2c79fdc94666a90a729096ab [file] [log] [blame]
{
"name": "Ubergang",
"version": "0.8.1",
"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.8.1"
},
"source_files": "Ubergang/**/*.{h,m,swift}",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"XCGLogger": [
"~> 3.3"
]
}
}