Release 0.0.1 - sorced-jim/SPDY-for-iPhone GitHub Wiki

The first release of SPDY-for-iPhone is meant for early developers to play with. I make no guarantees that this code will not burn up your computer or house. This release contains the following things:

  • Code and scripts to build zlib, openssl, spdylay for i386 (iPhone simulator) and armv7 (iPhone)
  • Code and scripts to build libSPDY.a for i386 and armv7
  • A demo iphone program that tries to load a page over spdy.
  • The demo is in demo/spdy-demo .
  • The demo has been run in the iPhone simulator with some success.