-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #356 from iZettle/sdk-release-v3.2.0
SDK Release v3.2.0
- Loading branch information
Showing
73 changed files
with
7,526 additions
and
70,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'iZettleSDK' | ||
s.version = '3.1.1' | ||
s.version = '3.2.0' | ||
s.summary = 'iZettle SDK for iOS' | ||
s.description = <<-DESC | ||
For detailed information, please see iZettleSDK documentation and Readme. | ||
|
@@ -9,6 +9,7 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'Commercial', :file => 'LICENSE' } | ||
s.author = { 'PayPal Inc' => '[email protected]' } | ||
s.platform = :ios, '10.0' | ||
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'arm64 armv7 x86_64' } | ||
s.source = { :git => 'https://github.com/iZettle/sdk-ios.git', :tag => "#{s.version}" } | ||
s.source_files = "#{s.name}/**/*.{h,swift}" | ||
s.preserve_paths = 'iZettleSDK/iZettleSDK.xcframework' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.