1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8'>
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
- <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <title>Openssl by krzak</title>
- </head>
- <body>
- <div id="container">
- <div class="inner">
- <header>
- <h1>Openssl</h1>
- <h2>OpenSSL CocoaPod for iOS and OSX</h2>
- </header>
- <section id="downloads" class="clearfix">
- <a href="https://github.com/krzak/OpenSSL/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
- <a href="https://github.com/krzak/OpenSSL/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
- <a href="https://github.com/krzak/OpenSSL" id="view-on-github" class="button"><span>View on GitHub</span></a>
- </section>
- <hr>
- <section id="main_content">
- <h1>
- <a name="openssl" class="anchor" href="#openssl"><span class="octicon octicon-link"></span></a>OpenSSL</h1>
- <p>OpenSSL CocoaPod for iOS and OSX. Complete solution to OpenSSL on iOS and OSX. Package came with precompiled libraries, and include script to build newer version if necessary.</p>
- <p>Current version contains binaries build with SDK iOS 7.0, and SDK OSX 10.8 for all supported architectures.</p>
- <p><strong>Architectures</strong></p>
- <ul>
- <li>iOS with architectures: armv7, armv7s, arm64 + simulator (i386, x86_64)</li>
- <li>OSX with architectures: i386, x86_64</li>
- </ul><p><strong>Installation</strong></p>
- <pre><code>pod 'OpenSSL', :podspec => 'https://raw.github.com/krzak/OpenSSL/master/OpenSSL.podspec'
- </code></pre>
- <p><strong>Authors</strong></p>
- <p><a href="https://twitter.com/krzyzanowskim">Marcin Krzyżanowski</a></p>
- <p>Based on fork by <a href="https://github.com/justinplouffe" class="user-mention">@justinplouffe</a></p>
- </section>
- <footer>
- Openssl is maintained by <a href="https://github.com/krzak">krzak</a><br>
- This page was generated by <a href="http://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
- </footer>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-45017512-1");
- pageTracker._trackPageview();
- } catch(err) {}
- </script>
- </div>
- </div>
- </body>
- </html>
|