blob: 9a563ddad52bbf1b8d3af4769115d1d9157b9f11 [file] [log] [blame]
{
"name": "WYInteractiveTransitions",
"version": "0.2.1",
"summary": "WYInteractiveTransitions provides custimzed interactive transitions between view controllers in one line of code.",
"description": "WYInteractiveTransitions are called when view controller transitions take place.\n* PresentViewControlles\n* DismissViewController\n* PerformSegueWithIdentifier & PrepareForSegue\n* etc...",
"homepage": "https://github.com/yuwang17/WYInteractiveTransitions",
"license": "MIT",
"authors": {
"Yu Wang": "wangyu2165@gmail.com"
},
"source": {
"git": "https://github.com/yuwang17/WYInteractiveTransitions.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WYInteractiveTransitions": [
"Pod/Assets/*.png"
]
}
}