Skip to content

Commit caef034

Browse files
Merge pull request #42 from smallcase/release/5.0.0
Release/5.0.0
2 parents 9179d70 + 6af3450 commit caef034

6 files changed

Lines changed: 15 additions & 17 deletions

File tree

ios/scgateway_flutter_plugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Scgateway Flutter plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'SCGateway', '5.1.0'
18+
s.dependency 'SCGateway', '6.0.0'
1919
s.xcconfig = {'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'}
2020
s.vendored_frameworks = 'SCGateway.xcframework'
21-
s.platform = :ios, '11.0'
21+
s.platform = :ios, '13.0'
2222

2323
# Flutter.framework does not contain a i386 slice.
2424
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

loans/ios/scloans.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ A new flutter plugin project.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '12.0'
18+
s.platform = :ios, '14.0'
1919

2020
# Flutter.framework does not contain a i386 slice.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2222
s.swift_version = '5.0'
2323

24-
s.dependency 'SCLoans', '5.1.0'
24+
s.dependency 'SCLoans', '6.0.0'
2525
end

loans/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scloans
22
description: Scloans flutter plugin.
3-
version: 3.0.0-rc.3+9
3+
version: 4.0.0
44
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
55

66
environment:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: scgateway_flutter_plugin
22
description: Scgateway Flutter plugin.
3-
version: 4.0.0-rc.4+4
3+
version: 5.0.0
44
author: gatewaytech@smallcase.com
55
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
66

smart_investing/ios/Podfile.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ PODS:
66
- mixpanel_flutter (2.4.4):
77
- Flutter
88
- Mixpanel-swift (= 5.1.0)
9-
- SCGateway (5.1.0):
10-
- Mixpanel-swift (~> 5)
9+
- SCGateway (6.0.0)
1110
- scgateway_flutter_plugin (0.0.1):
1211
- Flutter
13-
- SCGateway (= 5.1.0)
12+
- SCGateway (= 6.0.0)
1413
- scloans (0.0.1):
1514
- Flutter
16-
- SCLoans (= 5.1.0)
17-
- SCLoans (5.1.0):
18-
- Mixpanel-swift (~> 5)
15+
- SCLoans (= 6.0.0)
16+
- SCLoans (6.0.0)
1917

2018
DEPENDENCIES:
2119
- Flutter (from `Flutter`)
@@ -43,10 +41,10 @@ SPEC CHECKSUMS:
4341
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
4442
Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8
4543
mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5
46-
SCGateway: 4b6425150597b1847cc9d5dfe9fc54d360e85286
47-
scgateway_flutter_plugin: 3acce6e4d6d05c5087dda107df5c1862a9789b75
48-
SCLoans: 0a61f423d0a2df489f743de58df583a463e9e2c9
49-
scloans: 2f91d12b6d7de22f0931b46dce5d4d102ea59085
44+
SCGateway: f502f44122537b777861093ef97f67ccc311d4d0
45+
scgateway_flutter_plugin: 6cc6404fbc946cbf9b87f40277d9a11ab3c97422
46+
SCLoans: 9ec42243b84ba0c04564ee99f27c423c82a6b723
47+
scloans: 167ea92ebc32e70aa3560dc671153d7f421f02ca
5048

5149
PODFILE CHECKSUM: 32b0659ca3529b1ef2c9e5c229290749c8c79710
5250

smart_investing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.0-rc.3+5
19+
version: 2.0.0
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)