This is a sample pod creation project
An empty test view class
Usage is easy:
Add the dependency to your Podfile
:
platform :ios
pod 'SamplePod'
...
Run pod install
to install the dependencies.
Next, import the header file wherever you want to use the picker:
#import <SamplePod/SamplePod.h> // or <SamplePod/TestClass.h>
Take a look at this video:
SamplePod
requires iOS 8.x or greater.
Usage is provided under the MIT License. See LICENSE for the full details.