Skip to content

Commit

Permalink
version 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ediptoplan-pointr committed Oct 1, 2024
1 parent 6eefe1b commit fc28b2b
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions PointrKit/8.14.0/PointrKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# frozen_string_literal: true

Pod::Spec.new do |s|
s.name = 'PointrKit'
s.version = '8.14.0'
s.summary = 'Pointr iOS SDK'

s.homepage = 'https://github.com/pointrlabs'
s.license = { type: 'Apache-2.0' }
s.authors = { 'pointrlabs' => '[email protected]' }
s.homepage = 'https://www.pointrlabs.com'

s.description = <<~DESC
Pointr iOS SDK. Requires `POINTR_SDK_TOKEN` environment variable to be set.
DESC

s.source = { http: "https://pointrapps.blob.core.windows.net/sdk/ios/PointrKit/#{s.version}/PointrKit.zip?#{ENV['POINTR_SDK_TOKEN']}" }

s.platform = :ios, '10.0'
s.swift_versions = ['5.0']

s.frameworks = %w[
SystemConfiguration
CoreBluetooth
CoreLocation
AudioToolbox
CoreMotion
UIKit
AVFoundation
]
s.weak_frameworks = %w[
UserNotifications
ARKit
SceneKit
]

s.libraries = ['z', 'c++']
s.vendored_framework = 'PointrKit.xcframework'

s.dependency 'Mapbox-iOS-SDK', '~>5'
end

0 comments on commit fc28b2b

Please sign in to comment.