1 Star 0 Fork 0

跑呀么跑啊/core-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CashfreePGUISDK.podspec 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Suhas 提交于 2024-04-10 13:40 . [RELEASE] ui sdk 2.0.10
#
# Be sure to run `pod lib lint CashfreePGUISDK.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "CashfreePGUISDK"
s.version = "2.0.10"
s.summary = "Cocoapods implementation of Cashfree Payment's Payment Gateway UI SDK"
s.description = <<-DESC
Cashfree Payment is a next generation payment gateway that helps 50,000+ Indian and global businesses collect and disburse payments via 100+ payment methods including Visa, MasterCard, Rupay, UPI, IMPS, NEFT, Paytm & other wallets, Pay Later and various EMI options. Cashfree is backed by Silicon Valley investor Y Combinator and was incubated by Paypal.
DESC
s.homepage = "https://cashfree.com"
s.license = 'MIT'
s.author = { "Cashfree Payments" => "[email protected]" }
s.source = { :git => "https://github.com/cashfree/core-ios-sdk.git", :tag => "ui-" + s.version.to_s }
s.social_media_url = "https://twitter.com/gocashfree"
s.platform = :ios, "11"
s.vendored_frameworks = "CashfreePGUISDK.xcframework"
s.swift_version = "5.0"
s.dependency 'CashfreePGCoreSDK', '~> 2.0.10'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/flashlab/core-ios-sdk.git
[email protected]:flashlab/core-ios-sdk.git
flashlab
core-ios-sdk
core-ios-sdk
master

搜索帮助