blob: 355fdbf0bcc90844c6c697b9b8134829073d6119 [file] [log] [blame]
{
"name": "EasyTransitioning",
"version": "0.2.0",
"summary": "Removing the boilerplate code associated with UIViewControllerAnimatedTransitioning",
"description": "This library provides built-in animations for changing view properties during UIViewController present/dismiss transitions. It also provides an easy way to add your own customized animations.",
"homepage": "https://github.com/hweetty/EasyTransitioning",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry Yu": "hi@jerryyu.ca"
},
"social_media_url": "https://twitter.com/hweetty",
"requires_arc": true,
"source": {
"git": "https://github.com/hweetty/EasyTransitioning.git",
"tag": "0.2.0"
},
"source_files": "EasyTransitioning/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "2.3"
}