[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 3 / b / 5 / COBezierTableView / 1.1.0 / COBezierTableView.podspec.json
blob12a12d09141a0bcf47c7495c6ae892777d65ba46
2   "name": "COBezierTableView",
3   "version": "1.1.0",
4   "summary": "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath",
5   "description": "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath.\n\nProject even include classes for editing BezierPaths. When you are happy with your path, insert the static points to the BezierPoints struct in UView+Bezier.swift.",
6   "homepage": "https://github.com/knutigro/COBezierTableView",
7   "license": "MIT",
8   "authors": {
9     "Knut Inge Grosland": "”hei@knutinge.com”"
10   },
11   "source": {
12     "git": "https://github.com/knutigro/COBezierTableView.git",
13     "tag": "1.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "COBezierTableView/*.swift",
20   "pushed_with_swift_version": "4.0"