blob: fdcfa83243c883e63f0ac6971f3af06a72d32b4c [file] [log] [blame]
{
"name": "AWPercentDrivenInteractiveTransition",
"version": "0.1.0",
"summary": "An drop-in replacement for UIPercentDrivenInteractiveTransition",
"description": " `AWPercentDrivenInteractiveTransition` is a drop-in replacement\n for `UIPercentDrivenInteractiveTransition` for use in\n custom container view controllers.\n",
"homepage": "https://github.com/MrAlek/AWPercentDrivenInteractiveTransition",
"authors": {
"Alek Åström": "hi@mralek.se"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/MrAlek/AWPercentDrivenInteractiveTransition.git",
"tag": "0.1.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}