Join Stories SDK is a library written in Swift to display stories thumbnails, full screen stories.
Platform | Minimum Swift Version | Installation |
---|---|---|
iOS 11.0+ | 5.3 | CocoaPods, Swift Package Manager, Manual |
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate JoinStoriesSDK into your Xcode project using CocoaPods, specify it in your Podfile
:
pod 'JoinStoriesSDK'
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift
compiler.
Once you have your Swift package set up, adding JoinStoriesSDK as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.
dependencies: [
.package(url: "https://github.com/teamjoin/join-stories-sdk-ios-binary", .upToNextMajor(from: "1.2.3"))
]
If you prefer not to use any of the aforementioned dependency managers, you can integrate JoinStoriesSDK into your project manually.
Download the zip file from the Package.swift under binaryTarget
up Terminal,
Unzip the file appearing as an xcframework file
Add JoinStoriesSDK.xcframework into your project
And that's it!
This project is licensed under the Intellectual Property Licensing and Confidentiality Agreements
Copyright (C) Join, Inc - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Written by Dimitri COMBE, October 2021
link |
Stars: 0 |
Last commit: 1 week ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics