- version: LATEST_TAG
- min iOS version supported: 10.0
Open the Terminal & use cd to switch to your project directory. Initialise pod by running the following command.
pod init
pod 'TouchPointKit', :git => 'https://github.com/vcilabs/touchpoint-kit-ios.git', :tag => 'LATEST_TAG'
pod install