blob: 12b1204bd90afc5a30cc60e828b8ac0275bef4e9 [file] [log] [blame]
{
"name": "CPAnimationSequenceSwift",
"version": "0.0.1",
"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.0.1"
},
"source_files": "SwiftAnimation/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}