blob: eb9d4a7c5379f25275bd0e13dd5ffbd043a3d1fc [file] [log] [blame]
{
"name": "AnimatedSwiftTable",
"version": "4.2.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": "4.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": [
"AnimatedSwiftTable",
"AnimatedSwiftTable/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"SwiftTable": [
"0.4.2"
],
"Changeset": [
"2.0.1"
]
}
}