blob: f25f17fa194f09e9e147bbe958f8f08d052bd333 [file] [log] [blame]
{
"name": "Straal",
"version": "0.1.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": "9.0"
},
"source": {
"git": "https://github.com/straal/straal-ios.git",
"tag": "0.1.0"
},
"source_files": "Straal/Classes/**/*.swift",
"dependencies": {
"IDZSwiftCommonCrypto": [
]
}
}