blob: e804b9faf59498e8d428a49e77669c1b43ae1a53 [file] [log] [blame]
{
"name": "HumanIDSDK",
"version": "1.2.0",
"summary": "HumanIDSDK for iOS.",
"description": "Bluenumber Foundation HumanID SDK for iOS platform.",
"homepage": "https://github.com/bluenumberfoundation/humanid-ios-sdk",
"license": {
"type": "GPL",
"file": "LICENSE"
},
"authors": {
"Bluenumber Foundation": "developers@human-id.org"
},
"source": {
"git": "https://github.com/bluenumberfoundation/humanid-ios-sdk.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"resource_bundles": {
"HumanIDSDK": [
"HumanIDSDK/Assets/**/*.{xcassets,xib,ttf}"
]
},
"frameworks": "UIKit",
"dependencies": {
"Swinject": [
"~> 2.7.1"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
],
"RxAlamofire": [
"~> 5.3.1"
],
"FlagPhoneNumber": [
"~> 0.8.0"
],
"VKPinCodeView": [
"~> 0.4.1"
],
"IQKeyboardManager": [
"~> 6.5.5"
],
"PodAsset": [
"~> 1.0.0"
]
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "org.humanid.HumanIDSDK"
},
"subspecs": [
{
"name": "Sources",
"source_files": "HumanIDSDK/Classes/**/*.{swift}"
}
],
"swift_version": "5.0"
}