[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 3 / 6 / c / crazycells / 1.0 / crazycells.podspec.json
blob82c4c9cce3460fb22e513a3565112ee7dbb6a629
2   "name": "crazycells",
3   "version": "1.0",
4   "summary": "UITableView scroll animations in Swift",
5   "description": "                   crazycells contains GLSTableViewCell, a subclass of UITableViewCell,\n                   a table view cell with custom animations on appearance. Cells can zoom\n                   in, slide in, flip in on appearance. It's easy to use too, just subclass\n                   GLSTableViewCell for your table view cells, and just set the animationType\n                   and call animateIn() on the instance.\n",
6   "homepage": "https://github.com/maranas/crazycells",
7   "screenshots": [
8     "http://i.imgur.com/ujTCzYD.gif",
9     "http://i.imgur.com/QTng17U.gif",
10     "http://i.imgur.com/lGN10st.gif",
11     "http://i.imgur.com/CcHOA0e.gif",
12     "http://i.imgur.com/3jCyfAa.gif",
13     "http://i.imgur.com/YkDy3AG.gif"
14   ],
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Moises": "moises@ganglionsoftware.com"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source": {
26     "git": "https://github.com/maranas/crazycells.git",
27     "tag": "1.0"
28   },
29   "source_files": "crazycells/GLSTableViewCell.swift",
30   "frameworks": "UIKit"