Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwgao committed Nov 19, 2020
1 parent f31d441 commit 51f0bf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symdl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "symdl"
s.version = "0.5.0"
s.version = "0.6.0"
s.summary = "symdl"
s.description = <<-DESC
symdl is a simple little tool, its function is very similar to dlsym, with symdl, you can pass in the dynamic linked C function name string, get the function pointer, so as to achieve the dynamic call of C function.
Expand Down
Binary file not shown.

0 comments on commit 51f0bf3

Please sign in to comment.