blob: 8e5d424c045252a27166dec375a336021753e665 [file] [log] [blame]
{
"name": "DevOptions",
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Allows you to activate developper options.",
"swift_version": "4.2",
"description": "Allows you to activate developper options such as: Changing the application language at runtime or letting you see your non localized key; Changing the server base url, allowing you to switch from the development environment to the production environment in a simple click; Showing a tag for the UIViewController you are currently looking at.",
"homepage": "https://github.com/NomadeSolutions/DevOptions",
"authors": {
"Nomade Solutions Mobiles": "info@nomadesolutions.com"
},
"source": {
"git": "https://github.com/NomadeSolutions/DevOptions.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DevOptions/Classes/**/*.{h,m,swift,modulemap}",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/DevOptions/Classes/Module"
},
"resource_bundles": {
"DevOptions": [
"DevOptions/Assets/**/*.{xcassets,strings}"
]
},
"frameworks": [
"UIKit",
"SafariServices"
],
"dependencies": {
"TRZSlideLicenseViewController": [
],
"Toast-Swift": [
],
"SnapKit": [
]
}
}