Skip to content

Commit

Permalink
Added back in podspec info
Browse files Browse the repository at this point in the history
  • Loading branch information
rrossinvicara committed Dec 1, 2014
1 parent b4dee4b commit dc0df4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VENTokenField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VENTokenField'
s.version = '3.0'
s.version = '2.2.3'
s.summary = 'Token field used in the Venmo app.'
s.description = <<-DESC
An easy to use token field that in used in the Venmo app.
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.screenshot = 'http://i.imgur.com/a1FfEBi.gif'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Venmo' => 'ios@venmo.com'}
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 dc0df4a

Please sign in to comment.