blob: 53408faec320283bbef5d95a84a156256349ffd7 [file] [log] [blame]
{
"name": "Swift-CAAnimation-Closure",
"version": "1.4",
"summary": "Swift extension which adds start, animating and completion closures for CAAnimation objects.",
"homepage": "https://github.com/honghaoz/Swift-CAAnimation-Closure",
"screenshots": "https://raw.githubusercontent.com/honghaoz/Swift-CAAnimation-Closure/master/Demo/demo-start-stop.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honghao Zhang": "zhh358@gmail.com"
},
"source": {
"git": "https://github.com/honghaoz/Swift-CAAnimation-Closure.git",
"tag": "1.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Source/**/*.*"
}