blob: 738cdaf12ea5e245f83ab520a59c8c2bb21c5709 [file] [log] [blame]
{
"name": "goSellSDK",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"summary": "goSell SDK for iOS",
"requires_arc": true,
"version": "1.1.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tap Payments": "hello@tap.company"
},
"homepage": "https://github.com/Tap-Payments/goSellSDK-iOS",
"source": {
"git": "https://github.com/Tap-Payments/goSellSDK-iOS.git",
"tag": "1.1.5"
},
"default_subspecs": [
"BIN",
"Charge",
"Token",
"Card",
"Customers"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"TapNetworkManager": [
"1.2.2"
]
},
"source_files": "goSellSDK/Core/**/*.swift"
},
{
"name": "BIN",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/BIN/**/*.swift"
},
{
"name": "Charge",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/Charge/**/*.swift"
},
{
"name": "Card",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/Card/**/*.swift"
},
{
"name": "Crypter",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/Crypter/**/*.swift"
},
{
"name": "Customers",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/Customers/**/*.swift"
},
{
"name": "Token",
"dependencies": {
"goSellSDK/Core": [
],
"goSellSDK/Crypter": [
]
},
"source_files": "goSellSDK/Token/**/*.swift"
}
]
}