blob: c0a64014e39a08858ee4965b53b260653897d56e [file] [log] [blame]
{
"name": "CPAnimationSequenceSwift",
"version": "0.2",
"summary": "Swift version of CPAnimationSequence",
"description": "The CPAnimationSequenceSwift provides a ability to run animations \none by one on iOS devices. This library is designed to make it quick and \neasy to create sequential animations for views.",
"homepage": "https://github.com/yangmeyer/CPAnimationSequence",
"authors": {
"Dinesh Raja": "dina.raja.s@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache",
"file": "License"
},
"source": {
"git": "https://github.com/dineshrajas/CPAnimationSequenceSwift.git",
"tag": "0.2"
},
"source_files": "SwiftAnimation/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}