-
Notifications
You must be signed in to change notification settings - Fork 3
/
CashfreeAnalyticsSDK.podspec
28 lines (24 loc) · 1.24 KB
/
CashfreeAnalyticsSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# Be sure to run `pod lib lint CashfreeAnalyticsSDK.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 = "CashfreeAnalyticsSDK"
s.version = "2.0.15"
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 => "analytics-" + s.version.to_s }
s.social_media_url = "https://twitter.com/gocashfree"
s.platform = :ios, "12.0"
s.vendored_frameworks = "CashfreeAnalyticsSDK.xcframework"
s.swift_version = "5.10"
s.dependency 'CFNetworkSDK', '~> 2.0.15'
end