blob: 08950c7d4824c210d765e58657b7a1d4a0ca2b00 [file] [log] [blame]
{
"name": "GLDTween",
"version": "0.0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Fancy Animation Engine for iOS written with Swift",
"description": " iOS needs better animation engine. CAAnimation is not so handy, so we did.\n",
"homepage": "https://github.com/theguildjp/GLDTween",
"authors": {
"Takayuki Fukatsu": "fukatsu@gmail.com"
},
"social_media_url": "http://twitter.com/fladdict",
"requires_arc": true,
"source": {
"git": "https://github.com/theguildjp/GLDTween.git",
"tag": "0.0.1"
},
"source_files": "GLDTween/**/*.{h,m,swift}"
}