Merge branch 'develop'
Showing
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| # | # | ||
| Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | s.name = 'permission_handler' | ||
| s.version = '3.0.0' | s.version = '3.0.1' | ||
| s.summary = 'Permission plugin for Flutter.' | s.summary = 'Permission plugin for Flutter.' | ||
| s.description = <<-DESC | s.description = <<-DESC | ||
| A new Flutter project. | A new Flutter project. | ||
| ... | @@ -17,5 +17,6 @@ A new Flutter project. | ... | @@ -17,5 +17,6 @@ A new Flutter project. |
| s.dependency 'Flutter' | s.dependency 'Flutter' | ||
| s.ios.deployment_target = '8.0' | s.ios.deployment_target = '8.0' | ||
| s.static_framework = true | |||
| end | end | ||
Please
register
or
sign in
to comment