blob: 12a12d09141a0bcf47c7495c6ae892777d65ba46 [file] [log] [blame]
{
"name": "COBezierTableView",
"version": "1.1.0",
"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",
"license": "MIT",
"authors": {
"Knut Inge Grosland": "”hei@knutinge.com”"
},
"source": {
"git": "https://github.com/knutigro/COBezierTableView.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "COBezierTableView/*.swift",
"pushed_with_swift_version": "4.0"
}