[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 4 / b / DeepTransition / 0.1.0 / DeepTransition.podspec.json
blob12f3c72d0dc2193e43b3ac8b85a5c300eb46dcdb
2   "name": "DeepTransition",
3   "version": "0.1.0",
4   "summary": "Library for iOS Deep Transition between ViewControllers",
5   "description": "                       DeepTransition\n\n                       This library supports\n                       * URL Like Transition ex) 'top/friend/show'\n                       * 'Push View', 'Modal View' and 'InnerTab View'\n\n                       It is useful when\n                       * Long ViewController Transition Between ViewControllers\n                       * Displaying ViewController from WebView link\n                       * Displaying ViewController by LaunchOption like Notifications\n",
6   "homepage": "https://github.com/mokemokechicken/DeepTransition",
7   "license": "MIT",
8   "authors": {
9     "Ken Morishita": "mokemokechicken@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mokemokechicken/DeepTransition.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/mokemokechicken",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.swift",
21   "frameworks": "UIKit"