blob: 1949fb2c81d378b894d1cc2bbd15dacd158254d2 [file] [log] [blame]
{
"name": "WYInteractiveTransitions",
"version": "0.1.4",
"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...\n",
"homepage": "https://github.com/yuwang17/WYInteractiveTransitions",
"license": "MIT",
"authors": {
"Yu Wang": "wangyu2165@gmail.com"
},
"source": {
"git": "https://github.com/yuwang17/WYInteractiveTransitions.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WYInteractiveTransitions": [
"Pod/Assets/*.png"
]
}
}