blob: b66e29bc7fe20997589ed932a362ff1933900c75 [file] [log] [blame]
{
"name": "AWPercentDrivenInteractiveTransition",
"version": "0.2.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.2.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}