0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00

CocoaPods: Bump version to 0.1.1

This commit is contained in:
Jordan Rose 2021-02-01 11:01:24 -08:00
parent 627d7b4d88
commit 32604e1d35

View File

@ -1,17 +1,17 @@
#
# Copyright 2020 Signal Messenger, LLC.
# Copyright 2020-2021 Signal Messenger, LLC.
# SPDX-License-Identifier: AGPL-3.0-only
#
Pod::Spec.new do |s|
s.name = 'SignalClient'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
s.homepage = 'https://github.com/signalapp/libsignal-client'
s.license = 'AGPL-3.0-only'
s.author = { 'Jack Lloyd' => 'jack@signal.org', 'Jordan Rose' => 'jrose@signal.org' }
s.source = { :git => 'https://github.com/signalapp/libsignal-client.git', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/signalapp/libsignal-client.git', :tag => "swift-#{s.version}" }
s.swift_version = '5'
s.platform = :ios, '10'