[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / f / d / EasySettings / 0.0.2 / EasySettings.podspec.json
blob058b258071c04bc42a2dc8d71d0c97026f178528
2   "name": "EasySettings",
3   "version": "0.0.2",
4   "summary": "A settings controller that allows you to easily add and design settings page UI's for your app",
5   "description": "This effectively is a settings page building kit. You can easily create a new settings page and modularly add the items you want (text fields, buttons, ...). You can even create your own Setting items.",
6   "homepage": "https://github.com/d3mueller/EasySettings",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dennis Müller": "d3mueller@me.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/d3mueller/EasySettings.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "EasySettings/**/*.{swift}"
24   ],
25   "dependencies": {
26     "IGListKit": [
27       "~> 3.4"
28     ],
29     "SnapKit": [
30       "~> 4.0"
31     ],
32     "SwifterSwift": [
33       "~> 4.6"
34     ],
35     "SwipeCell": [
37     ],
38     "AdvancedSegmentedControl": [
40     ],
41     "UIImageColors": [
42       "~> 2.0"
43     ]
44   },
45   "swift_version": "4.2"