Skip to content

Commit 5d8fe70

Browse files
TheBuggedYRNHeshamMegid
authored andcommitted
[MOB-11812] Fix Podspec License Path (#331)
fixes #328
1 parent e830671 commit 5d8fe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/instabug_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
77
s.readme = 'https://github.com/Instabug/Instabug-Flutter#readme'
88
s.changelog = 'https://pub.dev/packages/instabug_flutter/changelog'
99
s.documentation_url = 'https://docs.instabug.com/docs/flutter-overview'
10-
s.license = { :file => '../LICENSE.md' }
10+
s.license = { :file => '../LICENSE' }
1111

1212
s.source = { :path => '.' }
1313
s.source_files = 'Classes/**/*'

0 commit comments

Comments
 (0)