blob: db7bc540b4533f9f8f621f72bee17d2188dc904f [file] [log] [blame]
{
"name": "TuIdentidadSDK",
"version": "1.0.4",
"summary": "Official Tu Identidad SDK for iOS to access Tu Identidad Platform",
"description": "Used to integrate the Tu Identidad Platform with your iOS apps.\nValidation Services:\n- INE",
"homepage": "https://github.com/tu-identidad/tu-identidad-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Munguia": "aaron.munguia@tuidentidad.com"
},
"source": {
"git": "https://github.com/tu-identidad/tu-identidad-ios-sdk.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "TuIdentidadSDK/Classes/**/*",
"resource_bundles": {
"TuIdentidadSDK": [
"TuIdentidadSDK/Assets/*.{png,xib}"
]
},
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.3"
],
"Eureka": [
"~> 5.1.0"
],
"HandyJSON": [
"~> 5.0.1"
],
"JGProgressHUD": [
],
"MBDocCapture": [
"~> 0.1.4"
],
"Toast-Swift": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}