[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 8 / 3 / 7 / CHCubicBezier / 1.0.1 / CHCubicBezier.podspec.json
blob5bbd8a4250755a4b42c347290a1c192bc08db046
2   "name": "CHCubicBezier",
3   "version": "1.0.1",
4   "summary": "CHCubicBezier provides Cubic-Bezier Curve easing calculating.",
5   "description": "Provide Cubic Bezier Curve easing for animation(ease-in, ease-out, ease-in-out or other custom curse).\nImplementation base on [bezier-easing](https://github.com/gre/bezier-easing).",
6   "homepage": "https://blog.capslock.tw/",
7   "screenshots": "http://www.w3.org/TR/css3-transitions/TimingFunction.png",
8   "license": "MIT",
9   "authors": {
10     "Calvin": "calvin.peak@capslock.tw"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/CapsLock-Studio/CHCubicBezier.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "CHCubicBezier/CubicBezier.swift",
23   "requires_arc": true