-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zach Vega-Perkins
committed
Sep 28, 2018
1 parent
e4a187f
commit 959c6b4
Showing
43 changed files
with
122 additions
and
124 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
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 +1 @@ | ||
7.0.1 | ||
7.0.2 |
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 = "WePay" | ||
s.version = "7.0.1" | ||
s.version = "7.0.2" | ||
s.summary = "WePay binary for both simulator and iOS devices" | ||
s.description = "A library that helps WePay partners develop their own iOS apps aimed at merchants and/or consumers for collection of payments via various payment methods" | ||
s.homepage = "http://github.com/wepay/wepay-ios" | ||
|
@@ -9,7 +9,7 @@ Pod::Spec.new do |s| | |
s.source = { :http => "https://github.com/wepay/wepay-ios/releases/download/v#{s.version}/wepay-ios-#{s.version}.zip" } | ||
s.authors = { 'Chaitanya Bagaria' => '[email protected]' } | ||
|
||
s.ios.deployment_target = '7.0' | ||
s.ios.deployment_target = '8.0' | ||
s.ios.requires_arc = true | ||
|
||
s.ios.preserve_paths = '**' | ||
|
@@ -18,6 +18,6 @@ Pod::Spec.new do |s| | |
s.vendored_frameworks = 'WePay.framework' | ||
|
||
|
||
s.ios.frameworks = 'AudioToolbox', 'AVFoundation', 'CoreBluetooth', 'CoreTelephony', 'ExternalAccessory', 'MediaPlayer', 'SystemConfiguration' | ||
s.ios.libraries = 'stdc++.6.0.9', 'stdc++', 'z' | ||
end | ||
s.ios.frameworks = 'AudioToolbox', 'AVFoundation', 'ExternalAccessory', 'MediaPlayer', 'WebKit' | ||
s.ios.libraries = 'c++', 'z' | ||
end |
Oops, something went wrong.