[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / f / AlertTransition / 2.1.0 / AlertTransition.podspec.json
blob3f1b1263328628ec9f7d77a25fbec6de9acfaefa
2   "name": "AlertTransition",
3   "version": "2.1.0",
4   "license": "MIT",
5   "summary": "AlertTransition is a extensible library for making view controller transitions, especially for alert transitions.",
6   "homepage": "https://github.com/loopeer/AlertTransition",
7   "authors": {
8     "HanShuai": "hanshuai@loopeer.com"
9   },
10   "source": {
11     "git": "https://github.com/loopeer/AlertTransition.git",
12     "tag": "2.1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "default_subspecs": [
22     "Easy"
23   ],
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": [
29         "AlertTransition/*.swift"
30       ]
31     },
32     {
33       "name": "Easy",
34       "source_files": [
35         "AlertTransition/Transitions/EasyTransition/*.swift"
36       ],
37       "dependencies": {
38         "AlertTransition/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Menu",
45       "source_files": [
46         "AlertTransition/Transitions/MenuTransition/*.swift"
47       ],
48       "dependencies": {
49         "AlertTransition/Core": [
51         ]
52       }
53     },
54     {
55       "name": "Trolley",
56       "source_files": [
57         "AlertTransition/Transitions/TrolleyTransition.swift"
58       ],
59       "dependencies": {
60         "AlertTransition/Core": [
62         ]
63       }
64     }
65   ]