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