-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAtomicSDK.podspec
More file actions
16 lines (16 loc) · 883 Bytes
/
AtomicSDK.podspec
File metadata and controls
16 lines (16 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'AtomicSDK'
s.version = '25.1.2'
s.summary = 'Atomic SDK for iOS, distributed as an xcframework.'
s.license = { :type => 'Commercial', :text => ' ' }
s.authors = 'Atomic.io Limited'
s.homepage = 'https://atomic.io/'
s.description = 'The Atomic SDK for integrating Atomic into your app. Supports iOS 12.0+.'
s.requires_arc = true
s.source = { :git => 'https://github.com/EricAtomic/releaseTest.git', :tag => '25.1.2' }
s.platform = :ios, '12.0'
s.preserve_paths = 'iOS/AtomicSDK.xcframework'
s.public_header_files = 'iOS/AtomicSDK.xcframework/ios-arm64/AtomicSDK.framework/Headers/*.h'
s.source_files = 'iOS/AtomicSDK.xcframework/ios-arm64/AtomicSDK.framework/Headers/*.h'
s.vendored_frameworks = 'iOS/AtomicSDK.xcframework'
end