blob: d1ee3c1275c23f5adbf2f450d3a8b22d44d2287c [file] [log] [blame]
{
"name": "goSellSDK",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"summary": "goSell SDK for iOS",
"requires_arc": true,
"version": "1.1.1",
"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.1"
},
"default_subspecs": [
"BIN",
"Charge",
"Token"
],
"subspecs": [
{
"name": "Core",
"dependencies": {
"TapNetworkManager": [
"1.1.1"
]
},
"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": "Crypter",
"dependencies": {
"goSellSDK/Core": [
]
},
"source_files": "goSellSDK/Crypter/**/*.swift"
},
{
"name": "Token",
"dependencies": {
"goSellSDK/Core": [
],
"goSellSDK/Crypter": [
]
},
"source_files": "goSellSDK/Token/**/*.swift"
}
]
}