Stipop

main

150,000+ stickers API & SDK for iOS Apps.
stipop-development/stipop-ios-sdk

Stipop iOS UI SDK

Release Beta SwiftPM compatible CocoaPods compatible

Stipop SDK powers over 270,000 stickers(+animated) that can be integrated to chat, camera, video call, and profile interfaces. Get access to world's no.1 sticker platform and boost user engagement.

Stipop iOS UI SDK offers you a super easy way to implement sticker service right into your app.

Requirements

  • iOS 10.0+
  • XCode 11.0+

How to install

We support Swift Package manager and Cocoapods for dependency manager. We recommend using Swift Package Manager rather than others.

Swift Package Manager

By XCode

Go to File > Swift Packages > Add Package Dependency... and enter https://github.com/stipop-development/stipop-ios-sdk. Then, select a version you wanna use.

By Package.swift

If you have a Swift Package, simply add dependency into Package.swift

dependencies: [
  .package(url: "https://github.com/stipop-development/stipop-ios-sdk.git", .upToNextMajor(from: "0.2.1-beta.0"))
]

Cocoapods

Copy & Paste below into Podfile

pod 'Stipop' , '~> 0.2.1-beta.0'

Getting Started

Generate API Key

API Key is required to use our API and SDK. If you're first time using Stipop, generate a new API Key at our Dashboard.

Integrating Stipop

See docs to see how our SDK works in detail.

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 18 2024 21:35:41 GMT-0900 (Hawaii-Aleutian Daylight Time)