blob: 4bbe4c737c5aae6127306325a21f40b93d427adc [file] [log] [blame]
{
"name": "TableViewCellAnimations",
"version": "0.1.0",
"summary": "Basic animations for table view cells!",
"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",
"homepage": "https://github.com/adamsuskin/TableViewCellAnimations",
"license": "MIT",
"authors": {
"Adam Suskin": "adam@adamsuskin.com"
},
"source": {
"git": "https://github.com/adamsuskin/TableViewCellAnimations.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TableViewCellAnimations": [
"Pod/Assets/*.png"
]
}
}