Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions loans/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.2.0

- Update iOS native SDK dependency to 7.2.0.
- Migrate view controller resolution to SceneDelegate-based approach.

## 5.1.3

- Update Android native SDK dependency to 5.1.3.
Expand Down
12 changes: 5 additions & 7 deletions loans/ios/scloans.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
Pod::Spec.new do |s|
s.name = 'scloans'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
DESC
s.homepage = 'http://example.com'
s.summary = 'SCLoans Flutter plugin.'
s.description = 'SCLoans Flutter plugin.'
s.homepage = 'https://github.com/smallcase/gw-mob-sdk-flutter'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.authors = { 'smallcase' => '' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
Expand All @@ -21,5 +19,5 @@ A new flutter plugin project.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'SCLoans', '7.1.2'
s.dependency 'SCLoans', '7.2.0'
end
2 changes: 1 addition & 1 deletion loans/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: scloans
description: Scloans flutter plugin.
version: 5.1.3
version: 5.2.0
homepage: https://github.com/smallcase/gw-mob-sdk-flutter

environment:
Expand Down
20 changes: 4 additions & 16 deletions smart_investing/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,50 +1,38 @@
PODS:
- Flutter (1.0.0)
- Mixpanel-swift (5.1.0):
- Mixpanel-swift/Complete (= 5.1.0)
- Mixpanel-swift/Complete (5.1.0)
- mixpanel_flutter (2.4.4):
- Flutter
- Mixpanel-swift (= 5.1.0)
- SCGateway (7.2.0)
- scgateway_flutter_plugin (0.0.1):
- Flutter
- SCGateway (= 7.2.0)
- scloans (0.0.1):
- Flutter
- SCLoans (= 7.1.2)
- SCLoans (7.1.2)
- SCLoans (= 7.2.0)
- SCLoans (7.2.0)

DEPENDENCIES:
- Flutter (from `Flutter`)
- mixpanel_flutter (from `.symlinks/plugins/mixpanel_flutter/ios`)
- scgateway_flutter_plugin (from `.symlinks/plugins/scgateway_flutter_plugin/ios`)
- scloans (from `.symlinks/plugins/scloans/ios`)

SPEC REPOS:
trunk:
- Mixpanel-swift
- SCGateway
- SCLoans

EXTERNAL SOURCES:
Flutter:
:path: Flutter
mixpanel_flutter:
:path: ".symlinks/plugins/mixpanel_flutter/ios"
scgateway_flutter_plugin:
:path: ".symlinks/plugins/scgateway_flutter_plugin/ios"
scloans:
:path: ".symlinks/plugins/scloans/ios"

SPEC CHECKSUMS:
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
Mixpanel-swift: 7b26468fc0e2e521104e51d65c4bbf7cab8162f8
mixpanel_flutter: a0b6b937035899cd01951735ad5f87718b2ffee5
SCGateway: 8089d79c55ecc8e7b581e0bf56fd28a2e3d957d0
scgateway_flutter_plugin: 2ab3f2036d213e2bc8c77cb34e9d8dc39541d458
SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd
scloans: b53430d71d481c4770f13506722d2ab6d26a92ff
SCLoans: 1974bc8c1d1ccc563358f77b93ae5487aea4581a
scloans: 06213de501345920d82ea352cd082042426ee082

PODFILE CHECKSUM: 06f3d79628f5881e8468842b1f97f7d12c291209

Expand Down