Skip to content

Commit

Permalink
Merge branch 'release/0.0.6' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gerry-wood-sumup committed May 16, 2024
2 parents 14c1d7a + 8ba8c75 commit 359c435
Show file tree
Hide file tree
Showing 494 changed files with 12,398 additions and 7,960 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The TapiSDK can be integrated using Swift Package Manager or through CocoaPods.

# Swift Package Manager (SPM)
```
.package(url: "https://github.com/fivestars/tapi-sdk-ios-distribution", exact: "0.0.5"),
.package(url: "https://github.com/fivestars/tapi-sdk-ios-distribution", exact: "0.0.6"),
```

# Cocoapod
Expand All @@ -21,7 +21,7 @@ The TapiSDK can be integrated using Swift Package Manager or through CocoaPods.
source "https://github.com/fivestars/AnyCodable.git"
# Specify the TapiSDK as a dependency
pod 'TapiSDK', :git => 'https://github.com/fivestars/tapi-sdk-ios-distribution', :tag => '0.0.5'
pod 'TapiSDK', :git => 'https://github.com/fivestars/tapi-sdk-ios-distribution', :tag => '0.0.6'
```

Note: You will also need to ensure `BUILD_LIBRARY_FOR_DISTRIBUTION` is set to `YES` and that you have `use_frameworks!` defined in your Podfile.
Expand Down
2 changes: 1 addition & 1 deletion TapiSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TapiSDK'
s.version = '0.0.5'
s.version = '0.0.6'
s.summary = 'The TapiSDK for iOS is a wrapper around the Terminal API for payment processing for Fivestars cPay integrators.'
s.homepage = 'http://fivestars.com'
s.license = { :type => 'MIT' }
Expand Down
10 changes: 5 additions & 5 deletions TapiSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>TapiSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>TapiSDK.framework/TapiSDK</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>TapiSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Loading

0 comments on commit 359c435

Please sign in to comment.