-
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
1 parent
88e9a47
commit 6935b18
Showing
40 changed files
with
6,787 additions
and
1,631 deletions.
There are no files selected for viewing
Binary file not shown.
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,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 not shown.
Oops, something went wrong.