blob: 12c43510a6a8d9a25558c99848f8b5ecab73c63b [file] [log] [blame]
{
"name": "YouboraConfigUtils",
"version": "1.0.0",
"summary": "Set and get all available options to be sent to the back-end",
"description": "The framework contains a ViewController to be inserted in a container. With this view controller, you can set all the properties available\nto be sent to the back-end. This framework also saves in user defaults the modified values and get values to be used whenever the user wants.",
"homepage": "http://developer.nicepeopleatwork.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nice People at Work": "support@nicepeopleatwork.com"
},
"dependencies": {
"YouboraLib": [
]
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source": {
"git": "https://bitbucket.org/npaw/configutil-plugin-ios.git",
"tag": "1.0.0"
},
"source_files": "YouboraConfigUtils/**/*.{swift,h,m}",
"public_header_files": "YouboraConfigUtils/**/*.h",
"swift_version": "5.1"
}