Stipop UI SDK for iOS
Stipop SDK provides over 150,000 .png and .gif stickers that can be easily integrated into mobile app chats, comment sections, live streams, video calls, etc. Bring fun to your mobile app with stickers loved by millions of users worldwide.
Requirements
- Swift 5.4+
- XCode 12.5+
- iOS 10.0+
Getting started
-
Check Stipop Docs for the comprehensive guide.
-
Sign up to Stipop Dashboard to download Stipop.plist file.
Try demo(for XCode 13.0+)
- Download(or Clone) Demo App
(SPM or Cocoapods Adjustment is not necessary)
git clone https://github.com/stipop-development/stipop-ios-sdk
How to install in your project
Swift Package Manager
By XCode
Go to File > Swift Packages > Add Package Dependency...
Enter https://github.com/stipop-development/stipop-ios-sdk
. Then select a version you want to use.
By Package.swift
If you have a Swift Package, add dependency into Package.swift
dependencies: [
.package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.2.1"))
]
Cocoapods
Copy & Paste below into Podfile
. Then, run pod install
.
pod 'Stipop', '~> 0.2.1'
Contact us
- For more information, visit Stipop Docs.
- Email us at [email protected] if you need any help.