index.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
  7. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
  8. <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
  9. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <title>Openssl by krzak</title>
  14. </head>
  15. <body>
  16. <div id="container">
  17. <div class="inner">
  18. <header>
  19. <h1>Openssl</h1>
  20. <h2>OpenSSL CocoaPod for iOS and OSX</h2>
  21. </header>
  22. <section id="downloads" class="clearfix">
  23. <a href="https://github.com/krzak/OpenSSL/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
  24. <a href="https://github.com/krzak/OpenSSL/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
  25. <a href="https://github.com/krzak/OpenSSL" id="view-on-github" class="button"><span>View on GitHub</span></a>
  26. </section>
  27. <hr>
  28. <section id="main_content">
  29. <h1>
  30. <a name="openssl" class="anchor" href="#openssl"><span class="octicon octicon-link"></span></a>OpenSSL</h1>
  31. <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>
  32. <p>Current version contains binaries build with SDK iOS 7.0, and SDK OSX 10.8 for all supported architectures.</p>
  33. <p><strong>Architectures</strong></p>
  34. <ul>
  35. <li>iOS with architectures: armv7, armv7s, arm64 + simulator (i386, x86_64)</li>
  36. <li>OSX with architectures: i386, x86_64</li>
  37. </ul><p><strong>Installation</strong></p>
  38. <pre><code>pod 'OpenSSL', :podspec =&gt; 'https://raw.github.com/krzak/OpenSSL/master/OpenSSL.podspec'
  39. </code></pre>
  40. <p><strong>Authors</strong></p>
  41. <p><a href="https://twitter.com/krzyzanowskim">Marcin Krzyżanowski</a></p>
  42. <p>Based on fork by <a href="https://github.com/justinplouffe" class="user-mention">@justinplouffe</a></p>
  43. </section>
  44. <footer>
  45. Openssl is maintained by <a href="https://github.com/krzak">krzak</a><br>
  46. 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>.
  47. </footer>
  48. <script type="text/javascript">
  49. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  50. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  51. </script>
  52. <script type="text/javascript">
  53. try {
  54. var pageTracker = _gat._getTracker("UA-45017512-1");
  55. pageTracker._trackPageview();
  56. } catch(err) {}
  57. </script>
  58. </div>
  59. </div>
  60. </body>
  61. </html>