blob: aa92495bad87d532d434a7ab03615553b9073a57 [file] [log] [blame]
{
"name": "SGListAnimator",
"version": "1.0.1",
"summary": "Animated transitions for your table and collection views",
"description": "SGListAnimator provides animated transitions for your table and collection\nviews, so you don't have to resort to calling `reloadData`, which blinks\nyour UI over to the new state with no animation.",
"homepage": "https://github.com/seatgeek/SGListAnimator",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "SeatGeek",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/seatgeek/SGListAnimator.git",
"tag": "1.0.1"
},
"source_files": "SGListAnimator/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
}
}