[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 5 / COBezierTableView / 0.1.5 / COBezierTableView.podspec.json
blob42212dbb94d2b88fcb0268556e0e46d036bf3e20
2   "name": "COBezierTableView",
3   "version": "0.1.5",
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\n                        Project 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.\n",
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": "0.1.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "COBezierTableView/*.swift"