Skip to content

Commit

Permalink
bump podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Sep 12, 2016
1 parent 73abfd9 commit 332e0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Decodable.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "Decodable"
s.version = "0.4.3"
s.summary = "Swift 2 JSON parsing done (more) right"
s.description = "Simple yet powerful object mapping made possible by Swift 2's new error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators."
s.version = "0.5"
s.summary = "Swift JSON parsing done (more) right"
s.description = "Simple yet powerful object mapping made possible by Swift 2's error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators."
s.homepage = "https://github.com/Anviking/Decodable"
s.license = 'MIT'
s.author = { "Anviking" => "[email protected]" }
Expand Down

0 comments on commit 332e0fe

Please sign in to comment.