-
Notifications
You must be signed in to change notification settings - Fork 1
/
iyzicoSDK.podspec
30 lines (25 loc) · 1.28 KB
/
iyzicoSDK.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
29
30
Pod::Spec.new do |s|
s.name = "iyzicoSDK"
s.version = "1.0.0"
s.summary = "iyzico’nun güvenli ve kolay ödeme hizmetleri yer alır."
s.description = <<-DESC
iyzico'nun güvenli ve kolay ödeme yöntemi olan Pay with iyzico ürününü, müşterilerin bakiyelerine yükleme yapmak için kullanabilecekleri Top-up ürününü ve hediye puanlarını bakiyelerine alabilecekleri Cash-out ürününü içermektedir
DESC
s.homepage = "https://github.com/iyzico/iyzico-podspecs"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "iyzico" => "[email protected]" }
s.ios.deployment_target = '11.0'
s.ios.vendored_frameworks = 'iyzicoSDK.xcframework'
s.source = { :git => 'https://github.com/iyzico/iyzico-podspecs.git', :tag => s.version }
s.swift_version = '5.0'
s.exclude_files = "Classes/Exclude"
s.dependency 'Alamofire', '~> 5.4.1'
s.dependency 'IQKeyboardManagerSwift', '~> 6.5.6'
s.dependency 'lottie-ios', '~> 3.2.1'
s.dependency 'SVGKit', '~> 3.0.0'
s.dependency 'CocoaLumberjack/Core', '~> 3.7.2'
s.pod_target_xcconfig = {
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end