Skip to content

Commit 09656dc

Browse files
author
Atomic Releases
committed
Release 37.1.0
1 parent 13a8fd6 commit 09656dc

144 files changed

Lines changed: 30898 additions & 19270 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AtomicSDK-framework.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'AtomicSDK-framework'
3+
s.version = '37.1.0'
4+
s.summary = 'Atomic SDK for iOS, distributed as a fat framework.'
5+
s.license = { :type => 'Commercial', :text => ' ' }
6+
s.authors = 'Atomic.io Limited'
7+
s.homepage = 'https://atomic.io/'
8+
s.description = 'The Atomic SDK for integrating Atomic into your app. Supports iOS 12.0+.'
9+
s.requires_arc = true
10+
s.source = { :git => 'https://github.com/atomic-app/action-cards-ios-sdk-releases.git', :tag => '37.1.0' }
11+
s.platform = :ios, '12.0'
12+
s.preserve_paths = 'iOS/AtomicSDK.framework'
13+
s.public_header_files = 'iOS/AtomicSDK.framework/Headers/*.h'
14+
s.source_files = 'iOS/AtomicSDK.framework/Headers/*.h'
15+
s.vendored_frameworks = 'iOS/AtomicSDK.framework'
16+
end

AtomicSDK.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'AtomicSDK'
3-
s.version = '35.1.0'
3+
s.version = '37.1.0'
44
s.summary = 'Atomic SDK for iOS, distributed as an xcframework.'
55
s.license = { :type => 'Commercial', :text => ' ' }
66
s.authors = 'Atomic.io Limited'
77
s.homepage = 'https://atomic.io/'
88
s.description = 'The Atomic SDK for integrating Atomic into your app. Supports iOS 12.0+.'
99
s.requires_arc = true
10-
s.source = { :git => 'https://github.com/atomic-app/action-cards-ios-sdk-releases.git', :tag => '35.1.0' }
10+
s.source = { :git => 'https://github.com/atomic-app/action-cards-ios-sdk-releases.git', :tag => '37.1.0' }
1111
s.platform = :ios, '12.0'
1212
s.preserve_paths = 'iOS/AtomicSDK.xcframework'
1313
s.public_header_files = 'iOS/AtomicSDK.xcframework/ios-arm64/AtomicSDK.framework/Headers/*.h'
1414
s.source_files = 'iOS/AtomicSDK.xcframework/ios-arm64/AtomicSDK.framework/Headers/*.h'
1515
s.vendored_frameworks = 'iOS/AtomicSDK.xcframework'
16-
s.dependency 'AACCore', '>= 0.1'
1716
end

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// swift-tools-version:5.3
2+
13
import PackageDescription
24

35
let package = Package(

README.md

Lines changed: 1 addition & 1 deletion

iOS/AtomicSDK.framework.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>34.1.0</string>
16+
<string>37.1.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>7551</string>
18+
<string>10068</string>
1919
</dict>
2020
</plist>
398 KB
Binary file not shown.

iOS/AtomicSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/AtomicSDK.yml

Lines changed: 6189 additions & 0 deletions
Large diffs are not rendered by default.

iOS/AtomicSDK.framework.ios-simulator.dSYM/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>24.1.0</string>
16+
<string>37.1.0</string>
1717
<key>CFBundleVersion</key>
18-
<string>8905</string>
18+
<string>10068</string>
1919
</dict>
2020
</plist>
Binary file not shown.

iOS/AtomicSDK.framework.ios-simulator.dSYM/Contents/Resources/Relocations/aarch64/AtomicSDK.yml

Lines changed: 6185 additions & 6190 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)