blob: 0b277eb7f676460acc07f329191155e91c0b5ef6 [file] [log] [blame]
{
"name": "UBAuthFlow",
"version": "0.4.2",
"summary": "A short description of UBAuthFlow.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://gitlab.usemobile.com.br/libs-iOS/use-blue/auth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tulio de Oliveira Parreiras": "tulio@usemobile.xyz"
},
"source": {
"git": "http://gitlab.usemobile.com.br/libs-iOS/use-blue/auth.git",
"tag": "0.4.2"
},
"swift_versions": "4.2",
"platforms": {
"ios": "10.1"
},
"source_files": "UBAuthFlow/Classes/**/*",
"static_framework": true,
"frameworks": "UIKit",
"dependencies": {
"USE_Coordinator": [
],
"TPKeyboardAvoiding": [
]
},
"resource_bundles": {
"UBAuthFlow": [
"UBAuthFlow/Assets/*.png"
]
},
"swift_version": "4.2"
}