blob: 1146ab05425a9abd7636feef62d4ff39a815d767 [file] [log] [blame]
{
"name": "FlightAnimator",
"version": "0.6.0",
"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.6.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Source/Extensions/*.*",
"Source/Extras/*.*",
"Source/FAAnimatable/*.*",
"Source/FAAnimatable/Implementation/*.*",
"Source/FAAnimation/*.*",
"Source/FAInterpolation/*.*"
],
"requires_arc": true,
"frameworks": "UIKit"
}