blob: 16fd02f2845cda0c50bea566ccb0cb618adb68e2 [file] [log] [blame]
{
"name": "AnimationKeyFrameGenerator",
"version": "0.0.1",
"summary": "A tool to generate key frame data base on given timing function.",
"description": "With AnimationKeyFrameGenerator, you can calculate all the raw data you want.\nAnd you can apply varied timing fucntions to those data in order to simulate the animation apppearance you desire.",
"homepage": "https://github.com/n41l/AnimationKeyFrameGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"n41l": "diueym@gmail.com"
},
"source": {
"git": "https://github.com/n41l/AnimationKeyFrameGenerator.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AnimationKeyFrameGenerator/Classes/**/*",
"pushed_with_swift_version": "3.0"
}