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