Skip to content

Commit

Permalink
Podspec: Bump to 1.5.2 and update source files reference
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed May 14, 2016
1 parent 084652a commit d618ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Unbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Unbox"
s.version = "1.5.1"
s.version = "1.5.2"
s.summary = "The easy to use Swift JSON decoder."
s.description = <<-DESC
Unbox is an easy to use Swift JSON decoder. Don't spend hours writing JSON decoding code - just unbox 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/Unbox.git", :tag => "1.5.1" }
s.source_files = "Unbox.swift"
s.source = { :git => "https://github.com/JohnSundell/Unbox.git", :tag => "1.5.2" }
s.source_files = "Sources/Unbox.swift"
s.frameworks = "Foundation", "CoreGraphics"
end

0 comments on commit d618ca4

Please sign in to comment.