Skip to content

Commit 91059a1

Browse files
committed
added icon for the app in README.md
1 parent 47adac0 commit 91059a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
**(Alpha v0.0.1)**
44

5+
![Logo](https://raw.githubusercontent.com/insanoid/SwiftyJSONAccelerator/master/SwiftyJSONAccelerator/Assets.xcassets/AppIcon.appiconset/Icon_32x32%402x.png)
6+
57
A swift model generator like the Objective-C [JSONAccelerator](http://nerdery.com/json-accelerator). Formats and generates models for the given JSON and also breaks them into files making it easy to manage and share between several models. it relies on [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) and requires you to include it in your project.
68

79
Currently, the pattern is very similar to its Objective-C counterpart. It generates classes with following properties.
@@ -25,9 +27,10 @@ Currently, the pattern is very similar to its Objective-C counterpart. It genera
2527
- Instead of taking a single element consider merging all the elements and decide what to do as a while.
2628
- Should also consider the case where the type is an `[[AnyObject],[AnyObject]...]` while handling arrays.
2729
- Handle blank array a bit better.
28-
- Better User Interface
30+
- Better User Interface and icon.
2931
- Generate both `struct` and `class`.
3032
- Support for generation of models that do not need SwiftyJSON.
33+
- Add tests and integrate with Travis CI.
3134

3235
---
3336

0 commit comments

Comments
 (0)