[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 0 / SplitView / 1.2.0 / SplitView.podspec.json
blob8cb6338737f0235714e9ec56eefcc6f0ac5839c5
2   "name": "SplitView",
3   "version": "1.2.0",
4   "summary": "A resizable Split View",
5   "swift_versions": [
6     "5.0",
7     "5.0"
8   ],
9   "description": "A resizable Split View inspired by Apple's Split View for iPadOS",
10   "homepage": "https://github.com/twodayslate/SplitView",
11   "screenshots": [
12     "https://github.com/twodayslate/SplitView/raw/master/images/horizontal.png",
13     "https://github.com/twodayslate/SplitView/raw/master/images/vertical.png"
14   ],
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "twodayslate": "zac@gorak.us"
21   },
22   "source": {
23     "git": "https://github.com/twodayslate/SplitView.git",
24     "tag": "v1.2.0"
25   },
26   "social_media_url": "https://twitter.com/twodayslate",
27   "platforms": {
28     "ios": "11.0"
29   },
30   "source_files": "splitview/*",
31   "exclude_files": [
32     "splitview/Info.plist"
33   ],
34   "public_header_files": "splitview/*.h",
35   "frameworks": "UIKit",
36   "swift_version": "5.0"