Skip to content

Commit

Permalink
修改插件pod中的podspec文件 添加静态库依赖关系
Browse files Browse the repository at this point in the history
  • Loading branch information
maitianyihu committed Nov 29, 2019
1 parent 5cabea8 commit 7f3a9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/flutter_bt_printer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ A new Flutter plugin.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.vendored_libraries = 'Library/Classes/libflutter_bt_printer.a'
s.dependency 'Flutter'

s.ios.deployment_target = '8.0'
end

0 comments on commit 7f3a9c2

Please sign in to comment.