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

Commit

Permalink
Bump Podspec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Apr 2, 2016
1 parent 7f66185 commit b8d9e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Wrap.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Wrap"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "The easy to use Swift JSON encoder"
s.description = <<-DESC
Wrap is an easy to use Swift JSON encoder. Don't spend hours writing JSON encoding code - just wrap it instead!
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/JohnSundell/Wrap.git", :tag => "1.0.1" }
s.source = { :git => "https://github.com/JohnSundell/Wrap.git", :tag => "1.0.2" }
s.source_files = "Wrap.swift"
s.framework = "Foundation"
end

0 comments on commit b8d9e1a

Please sign in to comment.