The PureWeb platform lets you expose your complex or graphics intensive application as a back end service so it can be hosted online and accessed from new interfaces on browsers and mobile devices.
Xcode 7.2.0 can be found on the Apple Developer website.
To install CocoaPods open up Terminal and run:
sudo gem install cocoapods
To install PureWeb create a file called Podfile
that contains the following at a minimum:
platform :ios
use_frameworks!
pod 'PureWeb'
Then run from the Terminal:
pod install
Calgary Scientific Inc