[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 8 / WYInteractiveTransitions / 1.0.2 / WYInteractiveTransitions.podspec.json
blob2078799c54ef76b42724917e95f16e81c96eeb3a
2   "name": "WYInteractiveTransitions",
3   "version": "1.0.2",
4   "summary": "WYInteractiveTransitions provides custimzed interactive transitions between view controllers in one line of code.",
5   "description": "WYInteractiveTransitions are called when view controller transitions take place.\n* PresentViewControlles\n* DismissViewController\n* PerformSegueWithIdentifier & PrepareForSegue\n* etc...",
6   "homepage": "https://github.com/yuwang17/WYInteractiveTransitions",
7   "license": "MIT",
8   "authors": {
9     "Yu Wang": "wangyu2165@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yuwang17/WYInteractiveTransitions.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "WYInteractiveTransitions": [
22       "Pod/Assets/*.png"
23     ]
24   }