Skip to content

Commit

Permalink
bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 30, 2016
1 parent b724ee1 commit 1ab39fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions EasyMapping.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
Pod::Spec.new do |s|

s.name = "EasyMapping"
s.version = "0.16.2"
s.version = "0.17.0"
s.summary = "The easiest way to map data from your webservice."
s.homepage = "https://github.com/lucasmedeirosleite/EasyMapping"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.authors = { "Lucas Medeiros" => "[email protected]",
"Denys Telezhkin" => "[email protected]" }

s.source = { :git => "https://github.com/lucasmedeirosleite/EasyMapping.git", :tag => s.version.to_s }

s.requires_arc = true

s.ios.deployment_target = '5.0'
Expand Down

0 comments on commit 1ab39fe

Please sign in to comment.