[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / f / 7 / 3 / RSKBezierPath / 2.0.0 / RSKBezierPath.podspec.json
blobe2ae33769ea7bf37af502a8dff23176a1614016e
2   "name": "RSKBezierPath",
3   "version": "2.0.0",
4   "summary": "The type of object that represents a Bézier path.",
5   "description": "The type of object that represents a Bézier path. RSKBezierPath provides the initializer to create a Bézier path with a rectangular path rounded at the specified corners and with the specified corner radii.",
6   "homepage": "https://github.com/rsk-lab/RSKBezierPath",
7   "license": {
8     "type": "RPL-1.5 / R.SK Lab Professional",
9     "file": "COPYRIGHT.md"
10   },
11   "authors": {
12     "Ruslan Skorb": "ruslan@rsk-lab.com"
13   },
14   "source": {
15     "git": "https://github.com/rsk-lab/RSKBezierPath.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RSKBezierPath/*.{h,swift}",
23   "requires_arc": true,
24   "swift_version": "5.0"