CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

UserSDK 0.2.0

UserSDK 0.2.0

Maintained by Maciek Gierszewski.



 
Depends on:
Firebase/Core>= 0
Firebase/Messaging>= 0
 

UserSDK 0.2.0

  • By
  • Future Mind

iOS-SDK

Installation

Create Podfile and add pod 'UserSDK':

platform :ios, '11.0'
use_frameworks!

target 'YourApp' do
    pod 'UserSDK'
end

Install pods:

$ pod install

Import the module:

import UserSDK

License

MIT