Skip to content

Commit c4cab6f

Browse files
Release/scg 7.0.8 loans 5.2.0 (#78)
* release(prod): loan version 5.1.1 * chore(loan): version update to 7.2.0 * chore(loans): bump Flutter plugin to 5.2.0 with iOS SDK 7.2.0
1 parent 3cc46bb commit c4cab6f

4 files changed

Lines changed: 15 additions & 24 deletions

File tree

loans/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.2.0
2+
3+
- Update iOS native SDK dependency to 7.2.0.
4+
- Migrate view controller resolution to SceneDelegate-based approach.
5+
16
## 5.1.3
27

38
- Update Android native SDK dependency to 5.1.3.

loans/ios/scloans.podspec

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
Pod::Spec.new do |s|
66
s.name = 'scloans'
77
s.version = '0.0.1'
8-
s.summary = 'A new flutter plugin project.'
9-
s.description = <<-DESC
10-
A new flutter plugin project.
11-
DESC
12-
s.homepage = 'http://example.com'
8+
s.summary = 'SCLoans Flutter plugin.'
9+
s.description = 'SCLoans Flutter plugin.'
10+
s.homepage = 'https://github.com/smallcase/gw-mob-sdk-flutter'
1311
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => 'email@example.com' }
12+
s.authors = { 'smallcase' => '' }
1513
s.source = { :path => '.' }
1614
s.source_files = 'Classes/**/*'
1715
s.dependency 'Flutter'
@@ -21,5 +19,5 @@ A new flutter plugin project.
2119
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2220
s.swift_version = '5.0'
2321

24-
s.dependency 'SCLoans', '7.1.2'
22+
s.dependency 'SCLoans', '7.2.0'
2523
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: 5.1.3
3+
version: 5.2.0
44
homepage: https://github.com/smallcase/gw-mob-sdk-flutter
55

66
environment:

smart_investing/ios/Podfile.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,38 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Mixpanel-swift (5.1.0):
4-
- Mixpanel-swift/Complete (= 5.1.0)
5-
- Mixpanel-swift/Complete (5.1.0)
6-
- mixpanel_flutter (2.4.4):
7-
- Flutter
8-
- Mixpanel-swift (= 5.1.0)
93
- SCGateway (7.2.0)
104
- scgateway_flutter_plugin (0.0.1):
115
- Flutter
126
- SCGateway (= 7.2.0)
137
- scloans (0.0.1):
148
- Flutter
15-
- SCLoans (= 7.1.2)
16-
- SCLoans (7.1.2)
9+
- SCLoans (= 7.2.0)
10+
- SCLoans (7.2.0)
1711

1812
DEPENDENCIES:
1913
- Flutter (from `Flutter`)
20-
- mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`)
2114
- scgateway_flutter_plugin (from `.symlinks/plugins/scgateway_flutter_plugin/ios`)
2215
- scloans (from `.symlinks/plugins/scloans/ios`)
2316

2417
SPEC REPOS:
2518
trunk:
26-
- Mixpanel-swift
2719
- SCGateway
2820
- SCLoans
2921

3022
EXTERNAL SOURCES:
3123
Flutter:
3224
:path: Flutter
33-
mixpanel_flutter:
34-
:path: ".symlinks/plugins/mixpanel_flutter/ios"
3525
scgateway_flutter_plugin:
3626
:path: ".symlinks/plugins/scgateway_flutter_plugin/ios"
3727
scloans:
3828
:path: ".symlinks/plugins/scloans/ios"
3929

4030
SPEC CHECKSUMS:
4131
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
42-
Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8
43-
mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5
4432
SCGateway: 8089d79c55ecc8e7b581e0bf56fd28a2e3d957d0
4533
scgateway_flutter_plugin: 2ab3f2036d213e2bc8c77cb34e9d8dc39541d458
46-
SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd
47-
scloans: b53430d71d481c4770f13506722d2ab6d26a92ff
34+
SCLoans: 1974bc8c1d1ccc563358f77b93ae5487aea4581a
35+
scloans: 06213de501345920d82ea352cd082042426ee082
4836

4937
PODFILE CHECKSUM: 06f3d79628f5881e8468842b1f97f7d12c291209
5038

0 commit comments

Comments
 (0)