Skip to content

Commit 7bdd7a7

Browse files
committed
Use https in podspec.
1 parent 1bb041a commit 7bdd7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VENTokenField.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.screenshot = 'http://i.imgur.com/a1FfEBi.gif'
1010
s.license = { :type => 'MIT', :file => 'LICENSE' }
1111
s.author = { 'Venmo' => 'ios@venmo.com'}
12-
s.source = { :git => 'http://github.com/venmo/VENTokenField.git', :tag => "v#{s.version}" }
12+
s.source = { :git => 'https://github.com/venmo/VENTokenField.git', :tag => "v#{s.version}" }
1313
s.source_files = 'VENTokenField/**/*.{h,m}'
1414
s.resources = ["VENTokenField/**/*.{xib,png}"]
1515
s.dependency 'FrameAccessor', '~> 1.0'

0 commit comments

Comments
 (0)