blob: 22d8c2ce39f6c1d0377e839b2191ba752571b846 [file] [log] [blame]
{
"name": "COBezierTableView",
"version": "1.1.1",
"summary": "UITableView modification written in Swift where cells are scrolling in an arc defined by a BezierPath",
"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.",
"homepage": "https://github.com/knutigro/COBezierTableView",
"swift_version": "4.2",
"license": "MIT",
"authors": {
"Knut Inge Grösland": "”hei@knutinge.com”"
},
"source": {
"git": "https://github.com/knutigro/COBezierTableView.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "COBezierTableView/*.swift"
}