pscbonline-ios/PSCBOnlineSample/Pods/Local Podspecs/PSCBOnline.podspec.json

26 lines
645 B
JSON
Raw Permalink Normal View History

2024-07-08 15:20:00 +03:00
{
"name": "PSCBOnline",
"version": "1.0.0",
"summary": "An iOS SDK for PSCB Online (OOS) acquiring protocol.",
"description": "An implementation of PSCB-Online (oos.pscb.ru) acquiring protocol for iOS platforms.",
"homepage": "https://oos.pscb.ru/",
"license": {
"type": "PSCB",
"file": "LICENSE.txt"
},
"authors": {
"Antonov Ilia": "antilya@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://bitbucket.org/dev_ai/oos-ios.git",
"tag": "1.0.0"
},
"source_files": "PSCBOnline/**/*.{h,m,swift}",
"exclude_files": "",
"swift_versions": "5.3",
"swift_version": "5.3"
}