blob: 1bd3163b9f447b99efb96dde9d90fd9a36233c87 [file] [log] [blame]
{
"name": "EasyTransition",
"version": "1.2",
"summary": "EasyTransition is a simple library for make a transition in iOS.",
"homepage": "https://github.com/indevizible/EasyTransition",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"indevizible": "jadedragon17650@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/indevizible/EasyTransition.git",
"tag": "1.2"
},
"source_files": [
"EasyTransition/**/EasyTransition.swift",
"EasyTransition/**/UIView+Constraints.swift"
],
"requires_arc": true
}