Skip to content

Commit 7a40a66

Browse files
committed
ios sdk version up
1 parent 133b0fe commit 7a40a66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
# path: ../
2727
git:
2828
url: https://github.com/CyberAgentAI/caretailbooster-sdk-flutter
29-
ref: 2.0.1-dev.0
29+
ref: 2.0.1-dev.1
3030

3131
# The following adds the Cupertino Icons font to your application.
3232
# Use with the CupertinoIcons class for iOS style icons.

ios/caretailbooster_sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'caretailbooster_sdk'
3-
s.version = '2.0.1-dev.0'
3+
s.version = '2.0.1-dev.1'
44
s.summary = 'Flutter plugin for CaRetailBooster SDK'
55
s.homepage = 'https://github.com/CyberAgentAI/caretailbooster-sdk-flutter'
66
s.license = { :file => '../LICENSE' }
77
s.author = 'CyberAgent, Inc.'
88
s.source = { :path => '.' }
99
s.source_files = 'Classes/**/*'
1010
s.dependency 'Flutter'
11-
s.dependency 'CaRetailBoosterSDK', '1.6.4-dev.0'
11+
s.dependency 'CaRetailBoosterSDK', '1.6.4-dev.2'
1212
s.platform = :ios, '13.0'
1313
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
1414
s.swift_version = '5.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: caretailbooster_sdk
22
description: "A new Flutter plugin project."
3-
version: 2.0.1-dev.0
3+
version: 2.0.1-dev.1
44
homepage: https://github.com/CyberAgentAI/caretailbooster-sdk-flutter
55

66
environment:

0 commit comments

Comments
 (0)