-
Notifications
You must be signed in to change notification settings - Fork 0
/
junction-iOS-SDK.podspec
40 lines (30 loc) · 1.42 KB
/
junction-iOS-SDK.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
31
32
33
34
35
36
37
38
39
40
#
# Be sure to run `pod spec lint Junction.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |spec|
spec.name = "junction-iOS-SDK"
spec.version = "1.0.51"
spec.summary = "SDK for travel!!!"
spec.description = "With Junction SDK, enable trip booking in every app "
spec.homepage = "https://snowfalltravel.com"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.authors = { "Harut Arakelyan" => "ha@snowfalltravel.com", "Davit" => "davidb@snowfalltravel.com" }
# spec.social_media_url = "https://twitter.com/Harut Arakelyan"
spec.platform = :ios, "14.0"
spec.source = { :git => 'https://github.com/snowfall-travel/junction-iOS-SDK.git', :tag => spec.version }
spec.dependency 'Alamofire'
spec.dependency 'PhoneNumberKit'
spec.dependency 'FirebaseAnalytics'
spec.dependency 'SDWebImage'
spec.dependency 'Stripe'
spec.dependency 'StripePaymentSheet'
spec.dependency 'FSCalendar'
spec.ios.frameworks = 'Foundation', 'UIKit', 'QuartzCore'
#spec.vendored_frameworks = 'JunctionSDK.xcframework'
spec.swift_version = "5.0"
spec.ios.vendored_frameworks = 'TestSDK.xcframework'
end