[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / c / 9 / a / PushTransition / 1.0.0 / PushTransition.podspec.json
blob9f4738d9015a55e4191669c8cc40615cfb9cfe75
2   "name": "PushTransition",
3   "version": "1.0.0",
4   "summary": "A simple framework that help you to transition between view controllers in push method.",
5   "description": "It is a protocol that you can use in views, view controllers or navigation controllers.\nSo you can choose use this protocol Globally or just use in specific view, view  controllers or navigation controllers.\nYou can use pushViewController and popViewController and transition works for both. you must specify your transition\nin every single push or pop call. Be aware that this functions need to navigation controller.\nYou have access to this methods even in views and view controllers directly.",
6   "homepage": "https://github.com/Imanmf/PushTransition",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mosayebi Iman": "iman.mosayyebi@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/Imanmf/PushTransition.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "PushTransition/Source/**/*.swift",
22   "swift_versions": [
23     "5.0",
24     "5.1",
25     "5.2",
26     "5.3"
27   ],
28   "swift_version": "5.3"