Release 4.3.0
Showing
example/ios/Flutter/Flutter.podspec
0 → 100644
| # | ||
| # 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 |
| ... | ... | @@ -3,7 +3,7 @@ |
| # | ||
| Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | ||
| s.version = '4.2.0+hotfix.3' | ||
| s.version = '4.3.0' | ||
| s.summary = 'Permission plugin for Flutter.' | ||
| s.description = <<-DESC | ||
| Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | ||
| ... | ... |
Please
register
or
sign in
to comment