blob: b9ed4288f1496d20c38fe84565fcb60c62a0203d [file] [log] [blame]
{
"name": "YouboraConfigUtils",
"version": "1.1.1",
"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": [
"6.5.8"
]
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"4.3",
"5.0",
"5.1"
],
"source": {
"git": "https://bitbucket.org/npaw/configutil-plugin-ios.git",
"tag": "1.1.1"
},
"ios": {
"source_files": [
"YouboraConfigUtils/YouboraConfigUtils iOS/**/*.{swift,h,m}",
"YouboraConfigUtils/YouboraConfigUtils shared/**/*.{swift,h,m}"
],
"public_header_files": "YouboraConfigUtils/YouboraConfigUtils iOS/**/*.h",
"resources": "YouboraConfigUtils/YouboraConfigUtils iOS/**/*.{xib}"
},
"tvos": {
"source_files": [
"YouboraConfigUtils/YouboraConfigUtils tvOS/**/*.{swift,h,m}",
"YouboraConfigUtils/YouboraConfigUtils shared/**/*.{swift,h,m}"
],
"public_header_files": "YouboraConfigUtils/YouboraConfigUtils tvOS/**/*.{h}",
"resources": "YouboraConfigUtils/YouboraConfigUtils tvOS/**/*.{xib}"
},
"osx": {
"source_files": [
"YouboraConfigUtils/YouboraConfigUtils macOS/**/*.{swift,h,m}",
"YouboraConfigUtils/YouboraConfigUtils shared/**/*.{swift,h,m}"
],
"public_header_files": "YouboraConfigUtils/YouboraConfigUtils macOS/**/*.{h}",
"resources": "YouboraConfigUtils/YouboraConfigUtils macOS/**/*.{xib}",
"exclude_files": [
"YouboraConfigUtils/YouboraConfigUtils Shared/Utils & Helper & Extensions/Extensions/UIView.swift",
"YouboraConfigUtils/YouboraConfigUtils Shared/Utils & Helper & Extensions/Extensions/UIViewController.swift"
]
},
"swift_version": "5.1"
}