Skip to content

Commit

Permalink
Update documentation to include support for LZMA2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 19, 2013
1 parent 5212432 commit a5f0afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ module DSL
#
# spec.source = { :hg => "https://bitbucket.org/dcutting/hyperbek", :revision => "#{s.version}" }
#
# @example Using HTTP to download a compressed file of the code. It supports zip, tgz, bz2 and tar.
# @example Using HTTP to download a compressed file of the code. It supports zip, tgz, bz2, txz and tar.
#
# spec.source = { :http => "http://dev.wechatapp.com/download/sdk/WeChat_SDK_iOS_en.zip" }
#
Expand Down

0 comments on commit a5f0afd

Please sign in to comment.