[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 4 / f / AlertTransition / 2.0.0 / AlertTransition.podspec.json
blob0e88a9f82fd32dcf9bd67a572bd15b0d5014cbe5
2   "name": "AlertTransition",
3   "version": "2.0.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.0.0"
13   },
14   "source_files": [
15     "AlertTransition/*.swift",
16     "AlertTransition/Transitions/*.swift",
17     "AlertTransition/Transitions/EasyTransition/*.swift",
18     "AlertTransition/Transitions/MenuTransition/*.swift",
19     "AlertTransition/AlertTransition.h"
20   ],
21   "public_header_files": [
22     "AlertTransition/AlertTransition.h"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "pushed_with_swift_version": "3.0"