##Psiphon iOS Library README ###Overview Psiphon Library for iOS enables you to easily embed Psiphon in your iOS app. The Psiphon Library for iOS is implemented in Go and follows the standard conventions for using a Go library in an iOS app. ###Building ####Prerequisites * xcode `xcode-select --install` * [git](https://git-scm.com/download/mac) * homebrew * Install from terminal: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` * golang * Install from terminal: `brew install go` ####Build Steps * run `build-psiphon-framework.sh` ###Using the Library and Sample Apps Coming soon