blob: 73182681b9b3101fd8d1721cdd5dccca10d1a1bb [file] [log] [blame]
{
"name": "SiltSDK",
"version": "0.0.1",
"summary": "A library to help customer of Silt get integrated and verify users",
"description": "This Lib provides three components: SitWebviewController, SiltTrademark, SiltButton. \nSiltWebview will open the verification worlflow of a provided customer.\nSiltTrademark or SiltButton are a UILabel and a UIButton that at least one of them need to be used in the customer's app.",
"homepage": "https://github.com/getsilt/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marc Pérez Martí": "marc@getsilt.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/getsilt/ios-sdk.git",
"tag": "0.0.1"
},
"source_files": "SiltSDK/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}