Add static library to podspec

后端 未结 2 2012
臣服心动
臣服心动 2020-12-23 12:15

My podspec requires a static library (OpenSSL). For convenience, I\'m shipping the library with the pod.

The static library contains:

  • Binaries:
2条回答
  •  臣服心动
    2020-12-23 12:52

    You can try do it like it's done here https://github.com/krzak/OpenSSL, or just use this Pod with you project if you find it convienence

    pod 'OpenSSL', :podspec => 'https://raw.github.com/krzak/OpenSSL/master/OpenSSL.podspec'
    

提交回复
热议问题