Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Fixing Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericJacobs committed Nov 14, 2014
1 parent fba2b74 commit dc2cc60
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions AxolotlKit.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Pod::Spec.new do |s|
s.name = "AxolotlKit"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "AxolotlKit is a Free implementation of the Axolotl protocol in Objective-C"
s.homepage = "https://github.com/FredericJacobs/AxolotlKit"
s.homepage = "https://github.com/WhisperSystems/AxolotlKit"
s.license = "GPLv2"
s.license = { :type => "GPLv2", :file => "LICENSE" }
s.author = { "Frederic Jacobs" => "[email protected]" }
s.social_media_url = "http://twitter.com/FredericJacobs"
s.source = { :git => "https://github.com/FredericJacobs/AxolotlKit.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/WhisperSystems/AxolotlKit.git", :tag => "#{s.version}" }
s.source_files = "AxolotlKit/Classes/*.{h,m}", "AxolotlKit/Classes/**/*.{h,m}"
s.public_header_files = "AxolotlKit/Classes/*.{h}", "AxolotlKit/Classes/**/*.{h}"
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
s.requires_arc = true
s.dependency '25519', '~> 1.8'
s.dependency 'HKDFKit', '~> 0.0.3'
s.dependency 'ProtocolBuffers', '~> 1.9.2'
Expand Down

0 comments on commit dc2cc60

Please sign in to comment.