##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.
###Acknowledgements
Psiphon iOS Library uses OpenSSL-for-iPhone.
###Building
####Prerequisites
xcode-select --install/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew install go####Build Steps
build-psiphon-framework.sh###Using the Library and Sample Apps
Coming soon