Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #270 from bignerdranch/house/update-podspec
Browse files Browse the repository at this point in the history
Update Freddy podspec for 3.0.3 version
  • Loading branch information
davidahouse authored Oct 18, 2017
2 parents bb0b76a + e0f93df commit daacb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Freddy.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Freddy"
s.version = "3.0.2"
s.version = "3.0.3"
s.summary = "A JSON parsing library written in Swift"

s.description = <<-DESC
Expand All @@ -28,5 +28,5 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.{h,swift}"

s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.2' }
end

0 comments on commit daacb3c

Please sign in to comment.