Skip to content

Commit

Permalink
version 0.1.1 con varios autores (prueba)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo authored and Lorenzo committed Oct 21, 2016
1 parent 5528dc1 commit 23e753f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ALTableView/ALTableView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ALTableView'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'An easy way to manage UITableView and UITableViewController'

# This description is used to generate tags and improve search results.
Expand All @@ -21,11 +21,11 @@ Pod::Spec.new do |s|
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/ALiOSDev/ALTableView'
s.homepage = 'https://github.com/ALiOSDev/ALTableView.git'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Lorenzo' => 'villarroel.lorenzo@hotmail.com' }
s.source = { :git => 'https://github.com/ALiOSDev/ALTableView', :tag => s.version.to_s }
s.author = { 'Abimael Barea' => 'elabi3@gmail.com', 'Lorenzo Villarroel' => 'villarroel.lorenzo@hotmail.com' }
s.source = { :git => 'https://github.com/ALiOSDev/ALTableView.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/ALTableView'

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 23e753f

Please sign in to comment.