blob: bd43f111a53e0abd426e0871ec684ccc39860884 [file] [log] [blame]
{
"name": "PointCheckoutSdk",
"version": "0.1.1",
"summary": "PointCheckout POS Sdk",
"description": "PointCheckout POS Sdk used to submit checkouts",
"homepage": "https://bitbucket.org/issuerhub/ios-pos-sdk",
"license": {
"type": "PointCheckout",
"file": "LICENSE"
},
"authors": {
"PointCheckout": "info@pointcheckout.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://bitbucket.org/issuerhub/ios-pos-sdk.git",
"tag": "0.1.1"
},
"source_files": "PointCheckoutSdk/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"static_framework": true,
"frameworks": [
"FirebaseAuth",
"FirebaseCore",
"FirebaseCoreDiagnostics",
"GoogleDataTransportCCTSupport",
"GoogleDataTransport",
"FirebaseInstanceID",
"FirebaseFirestore"
],
"dependencies": {
"Firebase/Core": [
"~> 6.8.1"
],
"Firebase/Auth": [
"~> 6.8.1"
],
"Firebase/Firestore": [
"~> 6.8.1"
]
},
"swift_version": "5.0"
}