[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / 2 / TableViewCellAnimations / 0.1.0 / TableViewCellAnimations.podspec.json
blob4bbe4c737c5aae6127306325a21f40b93d427adc
2   "name": "TableViewCellAnimations",
3   "version": "0.1.0",
4   "summary": "Basic animations for table view cells!",
5   "description": "TableViewCellAnimations provides a subclass-able table view cell ASTableViewCell that can quickly be set to use provided animations on the cell's appearance in a table view! Available animations currently are:\n-Fade In\n-Slide In From Left/Right/Top/Bottom\n-Flip Horizontally/Vertically",
6   "homepage": "https://github.com/adamsuskin/TableViewCellAnimations",
7   "license": "MIT",
8   "authors": {
9     "Adam Suskin": "adam@adamsuskin.com"
10   },
11   "source": {
12     "git": "https://github.com/adamsuskin/TableViewCellAnimations.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TableViewCellAnimations": [
22       "Pod/Assets/*.png"
23     ]
24   }