blob: 7fb1169f887de3991c1a0d82ee8d8d38d5b4682a [file] [log] [blame]
{
"name": "UID_KYC_SDK",
"version": "1.0.2",
"summary": "UID is an application that allows you to login and register on websites without having a username and password.",
"homepage": "https://github.com/mozhgan/sdk/",
"authors": {
"UID_KYC_SDK": "jelodar.mozhgan@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://u-id.net/files/UID_KYC_SDK_1_0_2.zip"
},
"ios": {
"vendored_frameworks": "UID_KYC_SDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"Foundation"
]
},
"requires_arc": true,
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_versions": "5.0",
"dependencies": {
"SwiftLint": [
],
"Alamofire": [
"~> 5.1.0"
],
"ObjectMapper": [
"~> 3.5"
],
"SnapKit": [
"~> 5.0.0"
],
"Starscream": [
"~> 4.0.3"
]
},
"swift_version": "5.0"
}