[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / b / 5 / COBezierTableView / 1.1.1 / COBezierTableView.podspec.json
blob22d8c2ce39f6c1d0377e839b2191ba752571b846
2   "name": "COBezierTableView",
3   "version": "1.1.1",
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   "swift_version": "4.2",
8   "license": "MIT",
9   "authors": {
10     "Knut Inge Grösland": "”hei@knutinge.com”"
11   },
12   "source": {
13     "git": "https://github.com/knutigro/COBezierTableView.git",
14     "tag": "1.1.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "COBezierTableView/*.swift"