blob: 9208d031d27690192b7f05967ae0299fbff509ef [file] [log] [blame]
{
"name": "SimpleTransition",
"version": "1.1.1",
"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.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleTransition": [
"Pod/Assets/*.png"
]
}
}