Skip to content
This repository has been archived by the owner on Apr 20, 2020. It is now read-only.

Commit

Permalink
Updated podspec to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebreh committed Oct 30, 2013
1 parent 91d0907 commit 8efaf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions POViewFrameBuilder.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "POViewFrameBuilder"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "A small library for semantic layout of UIViews."
s.homepage = "https://github.com/podio/ios-view-frame-builder"
s.license = 'MIT'
s.author = { "Sebastian Rehnby" => "sebastian@podio.com" }

s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.source_files = 'POViewFrameBuilder/**/*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 8efaf68

Please sign in to comment.