-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTM-Ignite.podspec
27 lines (23 loc) · 1.07 KB
/
TM-Ignite.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
#
# Be sure to run `pod lib lint TM-Ignite.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'TM-Ignite'
s.version = '1.13.3'
s.summary = 'iOS implementation of the Ticketmaster Ignite SDK.'
s.description = 'A collection of mobile frameworks encompassing the User journey of Event Discovery, Purchase, and Entry.'
s.homepage = 'https://ignite.ticketmaster.com/'
s.documentation_url = 'https://ignite.ticketmaster.com/docs'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Ticketmaster'
s.source = { :git => 'https://github.com/ticketmaster/iOS-TicketmasterSDK.git', :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '15.0'
s.swift_version = '5.9.0'
s.vendored_frameworks = 'Frameworks/*.xcframework'
s.dependency 'SwiftProtobuf', '~> 1.28.2'
end