blob: 60eed06b1ee013bdb951d5ad84f0b109b1724363 [file] [log] [blame]
{
"name": "puzzl-iOS",
"version": "0.0.1",
"summary": "Puzzl iOS SDK for rendering Puzzl's Employee Onboarding flow",
"description": "Puzzl iOS SDK for rendering Puzzl's Employee Onboarding flow",
"homepage": "https://github.com/Puzzl/puzzl-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Puzzl": "support@joinpuzzl.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/Puzzl/puzzl-iOS.git",
"tag": "1.0.2"
},
"swift_versions": [
"5.1",
"5.2"
],
"source_files": "Puzzl-iOS/Common/*.swift",
"ios": {
"source_files": [
"Puzzl-iOS/Extensions/*.swift",
"Puzzl-iOS/Models/*.swift",
"Puzzl-iOS/Services/*.swift",
"Puzzl-iOS/ViewControllers/**/*.swift",
"Puzzl-iOS/*.swift"
],
"frameworks": "Foundation"
},
"dependencies": {
"Alamofire": [
"~> 4.9.0"
],
"VeriffSDK": [
],
"Eureka": [
],
"TTTAttributedLabel": [
]
},
"swift_version": "5.2"
}