Skip to content

tapglue/ios_sample

Repository files navigation

Tapglue Sample iOS App

This will help you get started with Tapglue on iOS by showing a complete app.

A more detailed documentation can be found on our documentation website.

Installing with Carthage

To install Tapglue with Carthage:

  1. Install Carthage with brew update followed by brew install Carthage
  2. Create a Cartfile in the root of your project
  3. Add to your Cartfile github "Tapglue/ios_sdk"
  4. Run Carthage update --platform iOS

Installing the SDK with CocoaPods

The easiest way to install Tapglue into your iOS project is to use CocoaPods.

  1. Install CocoaPods with gem install cocoapods
  2. Run pod setup to create a local CocoaPods spec mirror, if this is the first time using CocoaPods.
  3. Run pod install in your project directory and Tapglue will be downloaded and installed (we've created the Podfile).
  4. Restart your Xcode project

Thats it! Build the project try out our app.

Releases

No releases published

Packages

No packages published