blob: 8ed8cf47f22a0212067cdc9461b92fa1efebf551 [file] [log] [blame]
{
"name": "FlightAnimator",
"version": "0.7.2",
"summary": "Natural Animation Engine on Top of Core Animation",
"homepage": "https://github.com/AntonTheDev/FlightAnimator/",
"license": "MIT",
"authors": {
"Anton Doudarev": "antonthedev@gmail.com"
},
"source": {
"git": "https://github.com/AntonTheDev/FlightAnimator.git",
"tag": "0.7.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Source/FAAnimation/Extensions/*.*",
"Source/Extras/*.*",
"Source/FAAnimatable/*.*",
"Source/FAAnimatable/Implementation/*.*",
"Source/FAAnimation/*.*",
"Source/FAInterpolation/*.*"
],
"requires_arc": true,
"frameworks": "UIKit"
}