My podspec requires a static library (OpenSSL). For convenience, I\'m shipping the library with the pod.
The static library contains:
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'