[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 1 / HTGradientEasing / 0.0.4 / HTGradientEasing.podspec.json
blobd711fab2e05fcc11e2b33adfb5af22a5d40b41aa
2   "name": "HTGradientEasing",
3   "version": "0.0.4",
4   "platforms": {
5     "ios": "4.3"
6   },
7   "summary": "Apply a variety of easing functions from the AHEasing project to CAGradientLayers.",
8   "homepage": "https://github.com/hoteltonight/HTGradientEasing",
9   "license": "MIT",
10   "authors": {
11     "Jacob Jennings": "jacob.r.jennings@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hoteltonight/HTGradientEasing.git",
15     "tag": "0.0.4"
16   },
17   "source_files": "*.{h,m}",
18   "frameworks": [
19     "QuartzCore",
20     "CoreGraphics"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AHEasing": [
26     ],
27     "UIColor-CrossFade": [
29     ]
30   }