[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 6 / 0 / SSFlipViewController / 0.1.1 / SSFlipViewController.podspec.json
blob8a48ea28a93b76e02ed2fdf8e6c9627907351e5a
2   "name": "SSFlipViewController",
3   "version": "0.1.1",
4   "summary": "A two-sided view with a UIViewController on each side.",
5   "swift_version": "4.2",
6   "description": "SSFlipViewController is a subclass of UIViewController that contains two child view controllers. They are displayed on opposite sides of a view, which can be flipped between the two faces. SSFlipViewController can either be a view within another view controller, or take up an entire screen as a main view controller.",
7   "homepage": "https://github.com/sestinj/SSFlipViewController",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "sestinj": "33237525+sestinj@users.noreply.github.com"
14   },
15   "source": {
16     "git": "https://github.com/sestinj/SSFlipViewController.git",
17     "tag": "0.1.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "src/*.swift",
23   "frameworks": "UIKit"