Skip to content

Commit

Permalink
Use https in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ayanonagon committed Jun 21, 2014
1 parent 1bb041a commit 7bdd7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VENTokenField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.screenshot = 'http://i.imgur.com/a1FfEBi.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Venmo' => '[email protected]'}
s.source = { :git => 'http://github.com/venmo/VENTokenField.git', :tag => "v#{s.version}" }
s.source = { :git => 'https://github.com/venmo/VENTokenField.git', :tag => "v#{s.version}" }
s.source_files = 'VENTokenField/**/*.{h,m}'
s.resources = ["VENTokenField/**/*.{xib,png}"]
s.dependency 'FrameAccessor', '~> 1.0'
Expand Down

0 comments on commit 7bdd7a7

Please sign in to comment.