From 6799e476d1a81be01508905f0e42ed557c24fffd Mon Sep 17 00:00:00 2001 From: Lukasz Date: Thu, 30 Jan 2020 10:18:17 -0500 Subject: [PATCH] Update streams_channel to 0.2.3. Bump version to 1.0.1. --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- example/ios/Flutter/Flutter.podspec | 18 ++++++++++++++++++ example/ios/Podfile.lock | 4 ++-- pubspec.yaml | 4 ++-- 5 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 example/ios/Flutter/Flutter.podspec diff --git a/CHANGELOG.md b/CHANGELOG.md index d8df941..68eed63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.1] + +- Update to streams_channel 0.2.3 + ## [1.0.0] (thanks @alfanhui) - Updated Kotlin to 1.3.41 diff --git a/README.md b/README.md index 40fc1ad..c31d937 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add geolocation to your pubspec.yaml: ```yaml dependencies: - geolocation: ^1.0.0 + geolocation: ^1.0.1 ``` ## Import @@ -238,7 +238,7 @@ if (result.isSuccessful) { ## Authors Geolocation plugin is developed by Loup, a mobile development studio based in Montreal and Paris. -You can contact us at +You can contact us at ## Contributers diff --git a/example/ios/Flutter/Flutter.podspec b/example/ios/Flutter/Flutter.podspec new file mode 100644 index 0000000..5ca3041 --- /dev/null +++ b/example/ios/Flutter/Flutter.podspec @@ -0,0 +1,18 @@ +# +# NOTE: This podspec is NOT to be published. It is only used as a local source! +# + +Pod::Spec.new do |s| + s.name = 'Flutter' + s.version = '1.0.0' + s.summary = 'High-performance, high-fidelity mobile apps.' + s.description = <<-DESC +Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS. + DESC + s.homepage = 'https://flutter.io' + s.license = { :type => 'MIT' } + s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } + s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } + s.ios.deployment_target = '8.0' + s.vendored_frameworks = 'Flutter.framework' +end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 010e612..4c4f602 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -20,10 +20,10 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/streams_channel/ios" SPEC CHECKSUMS: - Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a + Flutter: 0e3d915762c693b495b44d77113d4970485de6ec geolocation: c90e491e495d98a7ac995cf241c020fb5d68e61e streams_channel: 733858967fb8b62e0d63a1d03f6b8f0cb7d3bfc2 PODFILE CHECKSUM: 2ef0a40072d836b2e62fb7fcb125a5e514afe953 -COCOAPODS: 1.7.5 +COCOAPODS: 1.8.4 diff --git a/pubspec.yaml b/pubspec.yaml index 124e8a8..15861c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: geolocation description: Location plugin for iOS and Android. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/loup-v/geolocation/ environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter - streams_channel: ^0.2.1 + streams_channel: ^0.2.3 flutter: plugin: