blob: 3aa9a5a6863ac735408f1b2ea67078b964497ece [file] [log] [blame]
{
"name": "EasyTransitions",
"version": "0.1.1",
"summary": "Create beautiful transitions for your app with a predifined set of interactions.",
"description": "Creating transitions with a great user experience on iOS require a lot of work. Many protocols to implement, many animations to create and it usually ends up in a code mess which cannot be used in another transition or app. EasyTransitions library attempts to provide a few basic transitions in a simple way to implement and to extend so you can add incredible transitions with a few lines of code.",
"homepage": "https://github.com/marcosgriselli/EasyTransitions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcosgriselli": "marcosgriselli@gmail.com"
},
"source": {
"git": "https://github.com/marcosgriselli/EasyTransitions.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/marcosgriselli",
"platforms": {
"ios": "10.0"
},
"source_files": "EasyTransitions/Classes/**/*",
"swift_version": "4.0"
}