-
Notifications
You must be signed in to change notification settings - Fork 31
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 #6 from Mastercard-Gateway/release/1.1.2
Release/1.1.2
- Loading branch information
Showing
53 changed files
with
226 additions
and
210 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
language: objective-c | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
xcode_project: MPGSDK.xcodeproj | ||
xcode_scheme: MPGSDK-iOS | ||
osx_image: xcode10.1 | ||
xcode_sdk: iphonesimulator10.1 | ||
osx_image: xcode11.1 | ||
xcode_sdk: iphonesimulator13.1 | ||
|
||
script: | ||
- xcodebuild clean build test -workspace MPGSDK.xcworkspace -scheme MPGSDK-iOS -destination "platform=iOS Simulator,name=iPhone X" | ||
- xcodebuild clean build test -workspace MPGSDK.xcworkspace -scheme MPGSDK-iOS -destination "platform=iOS Simulator,name=iPhone 11" |
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
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,19 +1,23 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "MGPSDK" | ||
s.version = "0.1" | ||
s.summary = "" | ||
s.version = "1.1.1" | ||
s.summary = "Gateway iOS SDK" | ||
s.description = <<-DESC | ||
Your description here. | ||
Our iOS SDK allows you to easily integrate payments into your Swift iOS app. By updating a hosted session directly with the Gateway, you avoid the risk of handling sensitive card details on your server. | ||
DESC | ||
s.homepage = "https://github.com/Mastercard/gateway-merchant-swift" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.homepage = "https://github.com/Mastercard-Gateway/gateway-ios-sdk" | ||
s.license = { :type => "Apache-2.0", :file => "LICENSE" } | ||
s.author = { "Mastercard Payment Gateway Services" => "" } | ||
s.social_media_url = "" | ||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.9" | ||
s.watchos.deployment_target = "2.0" | ||
s.tvos.deployment_target = "9.0" | ||
s.source = { :git => "https://github.com/Mastercard/gateway-merchant-swift.git", :tag => s.version.to_s } | ||
s.swift_version = '5.0' | ||
s.source = { :git => "https://github.com/Mastercard-Gateway/gateway-ios-sdk.git", :tag => s.version.to_s } | ||
s.source_files = "Sources/**/*" | ||
s.frameworks = "Foundation" | ||
s.pod_target_xcconfig = { | ||
'APPLICATION_EXTENSION_API_ONLY' => 'YES' | ||
} | ||
end |
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
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.