Skip to content

Commit

Permalink
Fix source in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Yutkin committed Jan 31, 2019
1 parent 1816478 commit 021475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paparazzo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/avito-tech/Paparazzo'
s.license = 'MIT'
s.author = { 'Andrey Yutkin' => 'ayutkin@avito.ru' }
s.source = { :git => 'https://github.com/avito-tech/Paparazzo.git', :tag => "Paparazzo-#{s.version}" }
s.source = { :git => 'https://github.com/avito-tech/Paparazzo.git', :tag => "#{s.version}" }
s.platform = :ios, '8.0'
s.ios.deployment_target = "8.0"
s.requires_arc = true
Expand Down

0 comments on commit 021475a

Please sign in to comment.