Skip to content

Commit

Permalink
updated podspec and swiftversion file
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Oct 6, 2019
1 parent 029a1ac commit fa0dc5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
2 changes: 1 addition & 1 deletion AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AlamofireObjectMapper"
s.version = "6.1.0"
s.version = "6.2.0"
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper"
s.homepage = "https://github.com/tristanhimmelman/AlamofireObjectMapper"
Expand Down

0 comments on commit fa0dc5b

Please sign in to comment.