We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb041a commit 7bdd7a7Copy full SHA for 7bdd7a7
VENTokenField.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.screenshot = 'http://i.imgur.com/a1FfEBi.gif'
10
s.license = { :type => 'MIT', :file => 'LICENSE' }
11
s.author = { 'Venmo' => 'ios@venmo.com'}
12
- 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}" }
13
s.source_files = 'VENTokenField/**/*.{h,m}'
14
s.resources = ["VENTokenField/**/*.{xib,png}"]
15
s.dependency 'FrameAccessor', '~> 1.0'
0 commit comments