blob: 127c3971a9ceb6e8fc8ea93ca28a68133d2c76a8 [file] [log] [blame]
{
"name": "GSTween",
"version": "0.1.1",
"summary": "GSTween is a tweening library for Objective-C.",
"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",
"homepage": "https://github.com/pixelkind/GSTween",
"license": "MIT",
"authors": {
"Garrit Schaap": "github@pixelkind.com"
},
"social_media_url": "http://twitter.com/pixelkindcom",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/pixelkind/GSTween.git",
"tag": "0.1.1"
},
"source_files": "GSTween/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"ios": {
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
]
}
}