blob: 9fd66c6cb6e685f6b4b3206584f9d4829a2ec93c [file] [log] [blame]
{
"name": "WYInteractiveTransitions",
"version": "1.0.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": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WYInteractiveTransitions": [
"Pod/Assets/*.png"
]
}
}