Skip to content

Commit

Permalink
Update podspec to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Aug 16, 2015
1 parent f01e171 commit d5c44a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Decodable.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Decodable",
"version": "0.3",
"version": "0.3.1",
"summary": "Swift 2 JSON parsing done (more) right",
"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.",
"homepage": "https://github.com/Anviking/Decodable",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/Anviking/Decodable.git",
"tag": "v0.3"
"tag": "v0.3.1"
},
"platforms": {
"ios": "8.0"
Expand Down

0 comments on commit d5c44a7

Please sign in to comment.