blob: c38643283fe533776e165315b0f8014e5bc4d5d9 [file] [log] [blame]
{
"name": "HumanIDSDK",
"version": "1.3.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.3.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.6.0"
],
"FlagPhoneNumber": [
"0.8.0"
],
"VKPinCodeView": [
"0.4.1"
],
"IQKeyboardManager": [
"6.5.6"
],
"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"
}