blob: 1a2e575e537d894251f6d8920ed4133a94d53e92 [file] [log] [blame]
{
"name": "AnimationSeries",
"version": "1.0.0",
"summary": "Easy way to create a chain of animation.",
"description": "Easy way to create a chain of animation. \nAnimation3 = (Animation1 + Animation2) * 3",
"homepage": "https://github.com/gearmamn06/AnimationSeries",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gearmamn06": "gearmamn06@gmail.com"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gearmamn06/AnimationSeries.git",
"tag": "1.0.0"
},
"source_files": [
"AnimationSeries/Sources/**/*.swift",
"AnimationSeries/Sources/AnimationSeries.h"
],
"public_header_files": [
"AnimationSeries/Sources/AnimationSeries.h"
],
"requires_arc": true
}