You want to add pod 'notifly_sdk', '~> 1.14'
similar to the following to your Podfile:
target 'MyApp' do
pod 'notifly_sdk', '~> 1.14'
end
Then run a pod install
inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try notifly_sdk