[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / d / EasySettings / 0.0.4 / EasySettings.podspec.json
blobe58a309a611eae9b4ca9b03c478c0fad21b3f534
2   "name": "EasySettings",
3   "version": "0.0.4",
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.4"
20   },
21   "source_files": [
22     "Classes",
23     "EasySettings/**/*.{swift}"
24   ],
25   "resources": "EasySettings/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
26   "dependencies": {
27     "IGListKit": [
28       "~> 3.4"
29     ],
30     "SnapKit": [
31       "~> 4.0"
32     ],
33     "SwifterSwift": [
34       "~> 4.6"
35     ],
36     "SwipeCell": [
38     ],
39     "AdvancedSegmentedControl": [
41     ],
42     "UIImageColors": [
43       "~> 2.0"
44     ]
45   },
46   "swift_version": "4.2"