blob: f45c3277c8af25c48ebffd38bdfe33702c53ec8a [file] [log] [blame]
{
"name": "EasySettings",
"version": "0.0.3",
"summary": "A settings controller that allows you to easily add and design settings page UI's for your app",
"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.",
"homepage": "https://github.com/d3mueller/EasySettings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dennis Müller": "d3mueller@me.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/d3mueller/EasySettings.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"EasySettings/**/*.{swift}"
],
"resources": "EasySettings/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"dependencies": {
"IGListKit": [
"~> 3.4"
],
"SnapKit": [
"~> 4.0"
],
"SwifterSwift": [
"~> 4.6"
],
"SwipeCell": [
],
"AdvancedSegmentedControl": [
],
"UIImageColors": [
"~> 2.0"
]
},
"swift_version": "4.2"
}