blob: bae51112906c2ecb77d033d21f5406ac11707653 [file] [log] [blame]
{
"name": "goSellSDK",
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"summary": "goSell SDK for iOS",
"requires_arc": true,
"version": "2.2.34",
"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": "2.2.34"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "goSellSDK/Core/**/*.{swift}",
"ios": {
"resource_bundles": {
"goSellSDKResources": [
"goSellSDK/Core/UI/Internal/Resources/*.{xcassets,storyboard,xib,json}",
"goSellSDK/Core/UI/Internal/Resources/Localization/*.lproj"
]
}
},
"dependencies": {
"CardIODynamic": [
],
"EditableTextInsetsTextFieldV2": [
],
"TapAdditionsKitV2": [
],
"TapApplicationV2": [
],
"TapBundleLocalization": [
],
"TapCardValidator": [
],
"TapEditableViewV2": [
],
"TapFontsKitV2": [
],
"TapGLKitV2": [
],
"TapKeychain": [
],
"TapNetworkManagerV2": [
],
"TapNibViewV2": [
],
"TapResponderChainInputViewV2": [
],
"TapSearchViewV2": [
],
"TapSwiftFixes/Threading": [
],
"TapVisualEffectViewV2": [
],
"SwiftyRSA": [
]
}
},
{
"name": "ErrorReporting",
"source_files": "goSellSDK/ErrorReporting/**/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "$(inherited) GOSELLSDK_ERROR_REPORTING_AVAILABLE"
},
"dependencies": {
"goSellSDK/Core": [
],
"TapErrorReportingV2": [
]
}
}
],
"swift_version": "5.0"
}