Skip to content

Commit

Permalink
add vendored_frameworks of cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
HongYang Qiu committed Aug 23, 2017
1 parent aa9f05b commit a11231c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ASKSecp256k1.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ Pod::Spec.new do |s|
# the lib prefix of their name.
#

s.framework = "secp256k1"
# s.framework = "secp256k1"
# s.frameworks = "SomeFramework", "AnotherFramework"

s.vendored_frameworks = "ASKSecp256k1/ASKSecp256k1/CKSecp256k1/secp256k1.framework"

# s.library = "iconv"
# s.libraries = "iconv", "xml2"

Expand Down

0 comments on commit a11231c

Please sign in to comment.