blob: a6cae6bb5961a845c18e674550120d5a15558f1c [file] [log] [blame]
{
"name": "RBKmoneyPaymentsSDK",
"version": "1.0.0",
"homepage": "https://github.com/rbkmoney/payments-ios-sdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "RBKmoney",
"summary": "RBKmoney Payments iOS SDK",
"description": "A framework that simplifies your iOS app integration with RBKmoney Payments.",
"source": {
"git": "https://github.com/rbkmoney/payments-ios-sdk.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "RBKmoneyPaymentsSDK/{Autogenerated Files,Sources}/**/*.swift",
"resources": [
"RBKmoneyPaymentsSDK/{Resources,Sources}/**/*.{xcassets,xib,storyboard}",
"RBKmoneyPaymentsSDK/Resources/Data/**/*.json",
"RBKmoneyPaymentsSDK/Resources/Strings/*.lproj/*.strings"
],
"frameworks": [
"UIKit",
"PassKit"
],
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"R.swift.Library": [
"~> 5.0"
]
},
"swift_version": "5.0"
}