diff --git a/README.md b/README.md index 7c04997..aef9590 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Vocabhub 0.7.6 +# Vocabhub 0.7.7 Supercharge your vocabulary with our comprehensive app designed to help you excel in English! Whether you're preparing for the GRE or simply aiming to enhance your language skills, this app is your ultimate companion. Unlock the potential of over 800 meticulously curated GRE words, carefully selected to bolster your word power. diff --git a/ios/Flutter/Flutter.podspec b/ios/Flutter/Flutter.podspec new file mode 100644 index 0000000..29758b7 --- /dev/null +++ b/ios/Flutter/Flutter.podspec @@ -0,0 +1,18 @@ +# +# This podspec is NOT to be published. It is only used as a local source! +# This is a generated file; do not edit or check into version control. +# + +Pod::Spec.new do |s| + s.name = 'Flutter' + s.version = '1.0.0' + s.summary = 'A UI toolkit for beautiful and fast apps.' + s.homepage = 'https://flutter.dev' + s.license = { :type => 'BSD' } + 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 = '11.0' + # Framework linking is handled by Flutter tooling, not CocoaPods. + # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. + s.vendored_frameworks = 'path/to/nothing' +end diff --git a/pubspec.yaml b/pubspec.yaml index 6c19dc6..31dbf29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: vocabhub description: An App to help you build vocabulary. publish_to: "none" -version: 0.7.6+28 +version: 0.7.7+29 environment: sdk: ">=2.17.0 <3.0.0" @@ -28,7 +28,7 @@ dependencies: http: ^0.13.6 intl: ^0.18.0 json_annotation: ^4.6.0 - navbar_router: ^0.6.1 + navbar_router: ^0.6.2 # git: # url: https://github.com/maheshmnj/navbar_router.git package_info_plus: ^4.0.1