blob: 3d9ce7611b8ecdc2adde5bb90c3e288374de53d3 [file] [log] [blame]
{
"name": "AnimatedSwiftTable",
"version": "5.0.0",
"summary": "Magically animated table views",
"description": "AnimatedSwiftTable magically combines the powers of Changeset and SwiftTable to create automatically animated table views.",
"homepage": "https://github.com/bradhilton/AnimatedSwiftTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/AnimatedSwiftTable.git",
"tag": "5.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": [
"AnimatedSwiftTable",
"AnimatedSwiftTable/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"SwiftTable": [
"0.5.0"
],
"Changeset": [
"2.0.1"
]
}
}