|
1 | | -# |
2 | | -# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html |
3 | | -# |
4 | 1 | Pod::Spec.new do |s| |
5 | | - s.name = 'instabug_flutter' |
6 | | - s.version = '0.0.1' |
7 | | - s.summary = 'A new flutter plugin project.' |
8 | | - s.description = <<-DESC |
9 | | -A new flutter plugin project. |
10 | | - DESC |
11 | | - s.homepage = 'http://example.com' |
12 | | - s.license = { :file => '../LICENSE.md' } |
13 | | - s.author = { 'Your Company' => 'email@example.com' } |
14 | | - s.source = { :path => '.' } |
15 | | - s.source_files = 'Classes/**/*' |
| 2 | + s.name = 'instabug_flutter' |
| 3 | + s.version = '11.0.0' |
| 4 | + s.summary = 'Flutter plugin for integrating the Instabug SDK.' |
| 5 | + s.author = 'Instabug' |
| 6 | + s.homepage = 'https://www.instabug.com/platforms/flutter' |
| 7 | + s.readme = 'https://github.com/Instabug/Instabug-Flutter#readme' |
| 8 | + s.changelog = 'https://pub.dev/packages/instabug_flutter/changelog' |
| 9 | + s.documentation_url = 'https://docs.instabug.com/docs/flutter-overview' |
| 10 | + s.license = { :file => '../LICENSE.md' } |
| 11 | + |
| 12 | + s.source = { :path => '.' } |
| 13 | + s.source_files = 'Classes/**/*' |
16 | 14 | s.public_header_files = 'Classes/**/*.h' |
17 | | - s.dependency 'Flutter' |
18 | | - s.dependency 'Instabug', '11.0.2' |
19 | 15 |
|
20 | 16 | s.ios.deployment_target = '10.0' |
21 | | - s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} |
| 17 | + s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} |
| 18 | + |
| 19 | + s.dependency 'Flutter' |
| 20 | + s.dependency 'Instabug', '11.0.2' |
22 | 21 | end |
23 | 22 |
|
0 commit comments