4 "summary": "GSTween is a tweening library for Objective-C.",
5 "description": " GSTween is a tweening library for Objective-C (objc) and if you know some famous tweening libraries from ActionScript and Flash, you will feel like home.\n\n * You can tween any property that is not readonly of the following types: CGFloat, NSInteger, CGRect, CGSize, CGPoint\n * You can use a lot of different easings, like: Back, Bounce, Circular, Cubic, Elastic, Expo, Linear, Quadratic, Quintic, Sine\n * There are some optional parameters like: YoYo-effect, repeat, delay, speed, ...\n * Take the control over your tween with blocks on start, complete and on update\n",
6 "homepage": "https://github.com/pixelkind/GSTween",
9 "Garrit Schaap": "github@pixelkind.com"
11 "social_media_url": "http://twitter.com/pixelkindcom",
16 "git": "https://github.com/pixelkind/GSTween.git",
19 "source_files": "GSTween/**/*.{h,m}",
20 "exclude_files": "Classes/Exclude",