Skip to content

teamjoin/join-stories-sdk-ios-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Platforms CocoaPods Compatible Swift Package Manager

Join Stories SDK is a library written in Swift to display stories thumbnails, full screen stories.

Requirements

Platform Minimum Swift Version Installation
iOS 11.0+ 5.3 CocoaPods, Swift Package Manager, Manual

Installation

CocoaPods

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'

Swift Package Manager

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"))
]

Manually

If you prefer not to use any of the aforementioned dependency managers, you can integrate JoinStoriesSDK into your project manually.

Embedded Framework

  • 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!

License

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  

About

Binary of Join Stories SDK for IOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages