-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTM-PSDK.podspec
24 lines (20 loc) · 1008 Bytes
/
TM-PSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint TM-PSDK.podspec` to ensure this is a
# valid spec before submitting.
#
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |spec|
spec.name = 'TM-PSDK'
spec.version = '5.9.0-2.23.2'
spec.summary = 'PresenceSDK is the ticket management SDK supplied by Ticketmaster.'
spec.description = 'Ticket management SDK provided by Ticketmaster. Used to manage tickets for your team accounts or Ticketmaster account.'
spec.homepage = 'https://developer.ticketmaster.com/products-and-docs/sdks/presence-sdk/'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = 'Ticketmaster'
spec.source = { :git => 'https://github.com/ticketmaster/iOS-PSDK-Pod.git', :tag => spec.version.to_s }
spec.platform = :ios
spec.ios.deployment_target = '14.0'
spec.swift_version = '5.9.0'
spec.vendored_frameworks = 'vendor/*.xcframework'
end