Skip to content

calgaryscientific/pureweb-ios-samples

Repository files navigation

PureWeb iOS SDK Samples

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.

Version Platform

Requirements

Xcode

Xcode 7.2.0 can be found on the Apple Developer website.

CocoaPods

To install CocoaPods open up Terminal and run:

sudo gem install cocoapods

Installation

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

Author

Calgary Scientific Inc