[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / b / f / 8 / WYInteractiveTransitions / 0.1.3 / WYInteractiveTransitions.podspec.json
blob0acda7e9e4624bc2c88d0901c140577c2672c699
2   "name": "WYInteractiveTransitions",
3   "version": "0.1.3",
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...\n",
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.1.3"
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   }