index.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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-Universal by krzyzanowskim</title>
  14. </head>
  15. <body>
  16. <div id="container">
  17. <div class="inner">
  18. <header>
  19. <h1>OpenSSL-Universal</h1>
  20. <h2>OpenSSL CocoaPod for iOS and OSX</h2>
  21. </header>
  22. <section id="downloads" class="clearfix">
  23. <a href="https://github.com/krzyzanowskim/OpenSSL/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
  24. <a href="https://github.com/krzyzanowskim/OpenSSL/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
  25. <a href="https://github.com/krzyzanowskim/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-Universal</h1>
  31. <p>OpenSSL <a href="http://cocoapods.org">CocoaPod</a> for iOS and OSX. Complete solution to <a href="https://www.openssl.org">OpenSSL</a> 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 8.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-Universal', :podspec =&gt; 'https://raw.github.com/krzyzanowskim/OpenSSL/master/OpenSSL-Universal.podspec'
  39. </code></pre>
  40. <p><strong>Contact</strong></p>
  41. <p><a href="https://twitter.com/krzyzanowskim" class="user-mention">@krzyzanowskim</a></p>
  42. </section>
  43. <footer>
  44. OpenSSL-Universal is maintained by <a href="https://github.com/krzyzanowskim">krzyzanowskim</a><br>
  45. 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>.
  46. </footer>
  47. <script type="text/javascript">
  48. var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  49. document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  50. </script>
  51. <script type="text/javascript">
  52. try {
  53. var pageTracker = _gat._getTracker("UA-45017512-1");
  54. pageTracker._trackPageview();
  55. } catch(err) {}
  56. </script>
  57. </div>
  58. </div>
  59. </body>
  60. </html>