Skip to content

Commit

Permalink
Update PGW to 4.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mylifeasdog committed Nov 22, 2019
1 parent 88e9a47 commit 6935b18
Show file tree
Hide file tree
Showing 40 changed files with 6,787 additions and 1,631 deletions.
Binary file modified 2C2P-iOS.framework.zip
Binary file not shown.
5 changes: 3 additions & 2 deletions 2C2P-iOS.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"4.2.4": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.4/2C2P-iOS.framework.zip",
"4.2.5": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.5/2C2P-iOS.framework.zip",
"4.2.6": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.6/2C2P-iOS.framework.zip",
"4.2.7": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.7/2C2P-iOS.framework.zip"
}
"4.2.7": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.7/2C2P-iOS.framework.zip",
"4.2.8": "https://github.com/kingpowerclick/2C2P-iOS/releases/download/4.2.8/2C2P-iOS.framework.zip"
}
4 changes: 3 additions & 1 deletion 2C2P-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Pod::Spec.new do |s|

s.name = "2C2P-iOS"
s.version = "4.2.7"
s.version = "4.2.8"
s.summary = "Unofficial Carthage supported for 2C2P iOS SDK"
s.homepage = "https://github.com/kingpowerclick/2C2P-iOS"
s.license = { :type => "MIT", :file => "License.md" }
s.author = { "Wipoo Shinsirikul" => "[email protected]" }
s.platform = :ios, "10.0"
s.source = { :http => "https://github.com/kingpowerclick/2C2P-iOS/blob/master/2C2P-iOS.zip?raw=true" }
s.ios.vendored_frameworks = "PGW.framework"
s.ios.public_header_files = "PGW.framework/Headers/*.h"
s.ios.source_files = "PGW.framework/Headers/*.h"

end
Binary file modified 2C2P-iOS.zip
Binary file not shown.
Loading

0 comments on commit 6935b18

Please sign in to comment.