Skip to content

Commit

Permalink
Updates podspec for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ipraba committed Apr 14, 2017
1 parent a23bff5 commit 07c873c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EPShapes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EPShapes"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Design shapes(polygons, hearts, arrows, stars) in Interface builder"

s.description = <<-DESC
Expand All @@ -19,7 +19,7 @@ DESC
s.author = { "Prabaharan" => "mailprabaharan.e@gmail.com" }
s.source = { :git => "https://github.com/ipraba/EPShapes.git", :tag => s.version.to_s }

s.platform = :ios, '8.0'
s.platform = :ios, '10.3'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit 07c873c

Please sign in to comment.