blob: 83df2a4e3f7fb0a831f082f6bcb04b04caa1fb8c [file] [log] [blame]
{
"name": "GLDTween",
"version": "0.0.2",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Fancy Animation Engine for iOS",
"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.2"
},
"source_files": "GLDTween/**/*.{h,m,swift}"
}