[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / b / f / GSTween / 0.1.2 / GSTween.podspec.json
blob0e1dad7211e42c2be27c8f3c185f29b93227332e
2   "name": "GSTween",
3   "version": "0.1.2",
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",
7   "license": "MIT",
8   "authors": {
9     "Garrit Schaap": "github@pixelkind.com"
10   },
11   "social_media_url": "http://twitter.com/pixelkindcom",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/pixelkind/GSTween.git",
17     "tag": "0.1.2"
18   },
19   "source_files": "GSTween/**/*.{h,m}",
20   "exclude_files": "Classes/Exclude",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "QuartzCore",
26       "Foundation"
27     ]
28   }