www.cocoapods.org
Open in
urlscan Pro
2606:4700:20::ac43:4aa7
Public Scan
Submitted URL: http://www.cocoapods.org//pods//MessagePack.swift
Effective URL: https://www.cocoapods.org//pods//MessagePack.swift
Submission: On October 12 via api from US — Scanned from DE
Effective URL: https://www.cocoapods.org//pods//MessagePack.swift
Submission: On October 12 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Toggle navigation * About * Guides * Blog MESSAGEPACK.SWIFT 4.0.0 MESSAGEPACK.SWIFT 4.0.0 × TestsTested ✓ LangLanguage SwiftSwift License MIT ReleasedLast Release Jun 2020 SPMSupports SPM ✓ Maintained by Alexsander Akers. -------------------------------------------------------------------------------- Installation Guide × INSTALLATION GUIDE FOR MESSAGEPACK.SWIFT You want to add pod 'MessagePack.swift', '~> 4.0' similar to the following to your Podfile: target 'MyApp' do pod 'MessagePack.swift', '~> 4.0' end Then run a pod install inside your terminal, or from CocoaPods.app. -------------------------------------------------------------------------------- Alternatively to give it a test run, run the command: pod try MessagePack.swift -------------------------------------------------------------------------------- * See Podspec * GitHub Repo * Page on CocoaPods.org MESSAGEPACK.SWIFT 4.0.0 * By * Alexsander Akers * a2/MessagePack.swiftGitHub Repo MESSAGEPACK.SWIFT A fast, zero-dependency MessagePack implementation written in Swift 4. Supports Apple platforms and Linux. INSTALLATION COCOAPODS To use CocoaPods, add the following to your Podfile: pod 'MessagePack.swift', '~> 4.0' CARTHAGE To use Carthage, add the following to your Cartfile: github "a2/MessagePack.swift" ~> 4.0 SPM (SWIFT PACKAGE MANAGER) You can easily integrate MessagePack.swift in your app with SPM. Just add MessagePack.swift as a dependency: import PackageDescription let package = Package( name: "MyAwesomeApp", dependencies: [ .Package(url: "https://github.com/a2/MessagePack.swift.git", majorVersion: 4), ] ) VERSION * Versions 4.x support Swift 5.2. * Versions 3.x support Swift 4. * Support for Swift 3 was dropped after 2.1.1. * Support for Swift 2 was dropped after 1.2.0. AUTHORS Alexsander Akers, me@a2.io LICENSE MessagePack.swift is available under the MIT license. See the LICENSE file for more info. COCOAPODS IS A PROJECT FROM Dimitris Koutsogiorgas, Danielle Lancashire, Eric Amorde, Orta Therox, Paul Beusterien, Samuel Giddins, and The CocoaPods Dev Team with contributions from many, many others. LOVINGLY SPONSORED BY Artsy, Button, Capital One, CircleCI, Discontinuity, Emerge Tools, Fingertips, Google, Heroku, jsDelivr, Realm, PSPDFKit, RubyMotion, Sauspiel, Slack, SoundCloud, Stripe, Square, and Technology Astronauts. * Support * GitHub Repo * Web Properties Status * @CocoaPods * Mailing List * CocoaPods Dev Team * Podfile Docsumentation * Legal / Conduct