Skip to content

Commit

Permalink
refactor: update ios pod
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Jan 17, 2023
1 parent b4bc2ae commit 3f681d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/StickProtocol/StickProtocol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ Pod::Spec.new do |spec|


spec.name = "StickProtocol"
spec.version = "1.2.3"
spec.version = "1.2.5"
spec.summary = "End-to-End Encryption Protocol Tailored For Social Network Platforms"
spec.swift_version = "5.0"

spec.description = <<-DESC
End-to-End Encryption (E2EE) has become a de facto standard in messengers, especially after the development of the secure messaging protocol – Signal. However, the adoption of E2EE has been limited to messengers, and has not yet seen a noticeable trace in social networks, despite the increase in users’ privacy violations. The Stick protocol is an E2EE protocol, based on the Signal protocol, specifically designed for social networks. The Stick Protocol is the first of its kind to support re-establishable encryption sessions in an asynchronous and multi-device setting while preserving forward secrecy and introducing backward secrecy.
DESC

spec.homepage = "https://github.com/STiiiCK/stick-protocol"
spec.homepage = "https://github.com/sticknet/stick-protocol"


spec.license = { :type => "GPLv3", :text => "Copyright © 2018-2022 StickNet"}
spec.license = { :type => "GPLv3", :text => "Copyright © 2018-2023 StickNet"}


spec.author = { "Omar Basem" => "[email protected]" }
Expand Down

0 comments on commit 3f681d0

Please sign in to comment.