[Delete] WalleePaymentSdkStaging 1.4.0
[CocoaPods.git] / Specs / b / f / 8 / WYInteractiveTransitions / 0.2.1 / WYInteractiveTransitions.podspec.json
blob9a563ddad52bbf1b8d3af4769115d1d9157b9f11
2   "name": "WYInteractiveTransitions",
3   "version": "0.2.1",
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": "0.2.1"
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   }