Skip to content

Commit

Permalink
Use read-only URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed May 5, 2012
1 parent 59236ef commit c7943ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ZKTextField/0.0.1/ZKTextField.podspec
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|
s.summary = 'NSTextField replacement.'
s.homepage = 'https://github.com/alexzielenski/zktextfield'
s.author = { 'Alex Zielenski' => 'support@alexzielenski.com' }
s.source = { :git => 'https://alexzielenski@github.com/alexzielenski/ZKTextField.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/alexzielenski/ZKTextField.git', :tag => '0.0.1' }
s.source_files = 'src'
s.clean_paths = [ 'ZKTextField' ] # Sample App
s.clean_paths = 'ZKTextField' # Sample App
s.platform = :osx
end
end

0 comments on commit c7943ba

Please sign in to comment.