/poyntsdk

Primary LanguageObjective-CMIT LicenseMIT

PoyntLib

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

PoyntLib is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PoyntLib", :git => 'https://github.com/mcconkiee/poyntsdk.git'

If you are using swift, don't forget to create a Bridge header:

#ifndef Bridge_h
#define Bridge_h
	#import "PoyntLib.h"
#endif /* Bridge_h */

Author

Eric McConkie, eric@ericmcconkie.com

License

PoyntLib is available under the MIT license. See the LICENSE file for more info.