[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / SidePanelController / 1.0.1 / SidePanelController.podspec.json
blobac5ccad56f533e9a74900d9fb4f4a28d9541c781
2   "name": "SidePanelController",
3   "version": "1.0.1",
4   "summary": "iOS UI component that aims to provide side panel functionality.",
5   "description": "This is UIViewController subsclass that you can use everywhere. It provides the ability\nto inject inside up to three controllers. One of them is shown like central view and two of them\nare dedicated to be side menu or something like that.",
6   "homepage": "https://github.com/sivykh/SidePanel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sivykh": "sivykh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sivykh/SidePanel.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0.1",
22   "source_files": "SidePanelController/Classes/**/*",
23   "swift_version": "5.0.1",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Example/Tests/**/*.swift"
29     }
30   ]