-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAACCore.podspec
More file actions
16 lines (16 loc) · 904 Bytes
/
AACCore.podspec
File metadata and controls
16 lines (16 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'AACCore'
s.version = '0.1.0'
s.summary = 'Atomic headless 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 headless SDK for integrating Atomic into your app. Supports iOS 12.0+.'
s.requires_arc = true
s.source = { :git => 'https://github.com/atomic-app/action-cards-ios-sdk-releases.git', :tag => '34.1.0' }
s.platform = :ios, '12.0'
s.preserve_paths = 'iOS/AACCore.xcframework'
s.public_header_files = 'iOS/AACCore.xcframework/ios-arm64/AACCore.framework/Headers/*.h'
s.source_files = 'iOS/AACCore.xcframework/ios-arm64/AACCore.framework/Headers/*.h'
s.vendored_frameworks = 'iOS/AACCore.xcframework'
end