fix unwanted changes
Showing
| ... | @@ -3,14 +3,14 @@ | ... | @@ -3,14 +3,14 @@ |
| # | # | ||
| Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | s.name = 'permission_handler' | ||
| s.version = '0.0.1' | s.version = '3.0.0' | ||
| s.summary = 'A new Flutter project.' | s.summary = 'Permission plugin for Flutter.' | ||
| s.description = <<-DESC | s.description = <<-DESC | ||
| A new Flutter project. | A new Flutter project. | ||
| DESC | DESC | ||
| s.homepage = 'http://example.com' | s.homepage = 'https://github.com/baseflowit/flutter-permission-handler' | ||
| s.license = { :file => '../LICENSE' } | s.license = { :file => '../LICENSE' } | ||
| s.author = { 'Your Company' => 'email@example.com' } | s.author = { 'Baseflow' => 'hello@baseflow.com' } | ||
| s.source = { :path => '.' } | s.source = { :path => '.' } | ||
| s.source_files = 'Classes/**/*' | s.source_files = 'Classes/**/*' | ||
| s.public_header_files = 'Classes/**/*.h' | s.public_header_files = 'Classes/**/*.h' | ||
| ... | ... |
Please
register
or
sign in
to comment