Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tapglue/elements-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsen340 committed May 20, 2016
2 parents 8139aad + 548e652 commit 459c348
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ To start using the Tapglue API you need an `APP_TOKEN`. Visit our [Dashboard](ht
In this section we'll explain how to integrate Tapglue Elements into your iOS app.
Tapglue Elements goes one step beyond the SDK and includes a full set of screens and navigations.

#Cocoapods

To install elements with cocoapods add this line to your podfile:

`pod 'TapglueElements', '0.1.2'`

#Manual Installation

To install elements first install tapglue as explained in the ios sdk documentation, and then add elements as a submodule to your project by executing:

`git submodule add https://github.com/tapglue/elements-ios.git externals/elements`
Expand Down

0 comments on commit 459c348

Please sign in to comment.