Skip to content

Commit

Permalink
Readme fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
insanoid committed Jun 1, 2016
1 parent 2ad38d5 commit 6b25f59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SwiftyJSONAccelerator

**(Alpha v0.0.5)**
**(Alpha v0.0.6)**

[Download the .app (v0.0.5)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v0.0.5/SwiftyJSONAccelerator.zip)
[Download the .app (v0.0.5)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v0.0.6/SwiftyJSONAccelerator.zip)

![Logo](https://raw.githubusercontent.com/insanoid/SwiftyJSONAccelerator/master/SwiftyJSONAccelerator/Assets.xcassets/AppIcon.appiconset/Icon_32x32%402x.png)

Expand Down Expand Up @@ -39,5 +39,4 @@ Currently, the pattern is very similar to its Objective-C counterpart. It genera
- Create a Xcode plugin and a command line executor.

---

This is one of my very first Swift projects, since I am used to developing models from JSON based APIs in Objective-C and there was no free tool to do this in Swift I created this (with ample inspiration from [SwiftJSON](https://github.com/swiftjson/SwiftJson) and [JSONAccelerator](http://nerdery.com/json-accelerator)). Any suggestions regarding code quality of the app, generated code's quaility, Swift related improvements and pull requests are all very welcome.
Any suggestions regarding code quality of the app, generated code's quaility, Swift related improvements and pull requests are all very welcome.

0 comments on commit 6b25f59

Please sign in to comment.