blob: 4fd36565ac745207c0ba58169071162d3da1c1e4 [file] [log] [blame]
{
"name": "SimpleTransition",
"version": "1.0.0",
"summary": "A simple way to create custom presentation transition.",
"description": "iOS Custom Animated Transitioning for view controller presentation",
"homepage": "https://github.com/MingLoan/SimpleTranistion",
"license": "MIT",
"authors": {
"Mingloan": "mingloanchan@gmail.com"
},
"source": {
"git": "https://github.com/MingLoan/SimpleTranistion.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleTransition": [
"Pod/Assets/*.png"
]
}
}