blob: 723b6f48c3657c1c6cd8f4d22c17491d85fc62a5 [file] [log] [blame]
{
"name": "LyraPaymentSDK",
"version": "1.1.1",
"summary": "LyraPaymentSDK allows you to make payments from your iOS mobile App :)",
"homepage": "https://github.com/lyra/ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Lyra Dev Mobile": "dev-mobile@lyra-network.com"
},
"source": {
"git": "https://github.com/lyra/ios-sdk.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"ios": {
"vendored_frameworks": "LyraPaymentSDK.framework"
},
"dependencies": {
"Material": [
"~> 2.16.4"
],
"SnapKit": [
"~> 4.2.0"
],
"Sentry": [
"~> 4.3.2"
]
},
"subspecs": [
{
"name": "AdditionalSDK",
"dependencies": {
"LyraCardsRecognizer": [
]
}
}
],
"swift_version": "5.1"
}