blob: f9aef48d37d00563b17f9175aab2d52c4fc5dd32 [file] [log] [blame]
{
"name": "FlightAnimator",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Source/Extensions/*.*",
"Source/Extras/*.*",
"Source/FAAnimatable/*.*",
"Source/FAAnimatable/Implementation/*.*",
"Source/FAAnimation/*.*",
"Source/FAAnimationMaker/*.*",
"Source/Interpolation/*.*"
],
"requires_arc": true,
"frameworks": "UIKit"
}