blob: 7004689a913d3d497b10b4e4916f7fb2adfc08ec [file] [log] [blame]
{
"name": "EasyTransitions",
"version": "0.3.2",
"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.3.2"
},
"social_media_url": "https://twitter.com/marcosgriselli",
"platforms": {
"ios": "10.0"
},
"source_files": "EasyTransitions/Classes/**/*",
"swift_version": "4.0"
}