blob: 81ab113083be28bf9b64fbd2640996eab32ad7e7 [file] [log] [blame]
{
"name": "KonboardingKit",
"version": "0.1.0",
"summary": "OnboardingKit for Kubo proyects",
"swift_version": "4.0",
"description": "TODO: Libreria que contiene todos los metodos, funciones y validaciones para el stack de onboarding de kubo.",
"homepage": "https://source.developers.google.com/p/git-kubo/r/stack-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndresIos": "amarin@kubo.co"
},
"source": {
"git": "https://source.developers.google.com/p/git-kubo/r/stack-ios.git",
"tag": "KonboardingKit-v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KonboardingKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.5"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"CryptoSwift": [
"~> 0.11.0"
],
"FacebookCore": [
"0.3.2"
],
"FacebookLogin": [
"0.3.2"
]
}
}