Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 653 Bytes

File metadata and controls

28 lines (21 loc) · 653 Bytes

Sample Apps of Help Lightning SDK

SampleObjC

The sample app for Objective-C.

We need to add the following sources for Cocoapods

source 'https://github.com/VIPAAR/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

SampleSwift

The sample app for Swift. Swift version should be 5.0+

We need to add the following sources and pods for Cocoapods

source 'https://github.com/VIPAAR/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'

pod 'PromisesObjC', '1.2.8', :modular_headers => true
pod 'PromisesSwift', '1.2.8'

SampleXamarin

The samples for Xamarin Android and Xamarin iOS

SampleWeb

The samples for Web