blob: b435de59658cd9bfaf888dc69e09a8f4a23b88bd [file] [log] [blame]
{
"name": "COBezierTableView",
"version": "0.1.6",
"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": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "COBezierTableView/*.swift"
}