Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanas committed Jan 1, 2016
1 parent 74e0c49 commit 59d4ad3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formulary.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Formulary"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "Declarative iOS TableView Forms in Swift"
s.description = <<-DESC
Formulary is a library for creating dynamic, declarative, table view forms for iOS.
Expand Down Expand Up @@ -55,6 +55,6 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/fcanas"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/fcanas/Formulary.git", :tag => "v0.3.0" }
s.source = { :git => "https://github.com/fcanas/Formulary.git", :tag => "v0.3.1" }
s.source_files = "Formulary/**/*.{swift}"
end

0 comments on commit 59d4ad3

Please sign in to comment.