blob: 9c461a3761c9f46da8f9d0cda406a2074ceb80fe [file] [log] [blame]
{
"name": "Straal",
"version": "1.0.0",
"summary": "A brilliant payment solution for disruptive businesses.",
"description": "Straal for iOS is a helper library to make it easier\nto make API requests directly from merchant's mobile iOS App.\nIt utilizes client-side encryption and sends data\nover HTTPS to make secure requests creating transactions and adding cards.",
"homepage": "https://straal.com/",
"social_media_url": "https://twitter.com/straal_",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"Straal": "devteam@straal.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.3",
"source": {
"git": "https://github.com/straal/straal-ios.git",
"tag": "1.0.0"
},
"source_files": "Sources/Straal/**/*.swift",
"dependencies": {
"IDZSwiftCommonCrypto": [
]
},
"swift_version": "5.3"
}