Skip to content

Commit da923e1

Browse files
author
Karthikeya Udupa KM
authored
Update README.md
1 parent a33d008 commit da923e1

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)]
1212
- Modular code to make adding support for other JSON mapping libraries simple.
1313
- Project upgraded with SwiftLint, Travis, CocoaPods etc.
1414

15-
[Download the .app (v1.0.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v1.0.0/SwiftyJSONAccelerator.zip)
15+
## Download/Installing
16+
- Download the repo, install pods and run the project!
17+
- [Download the .app(v1.0.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v1.0.0/SwiftyJSONAccelerator.zip)
1618

1719
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.
1820

@@ -34,23 +36,17 @@ Currently, the pattern is very similar to its Objective-C counterpart. It genera
3436

3537
## Adding New Libraries
3638

37-
--------------------------------------------------------------------------------
38-
3939
- Add a new type in `JSONMappingLibrary` in [Constants.swift](SwiftyJSONAccelerator/Constants.swift).
4040
- Follow the examples in [Library-Extensions](SwiftyJSONAccelerator/Library-Extensions) and create a struct implementing`ModelFile`. Follow the other extensions for SwiftyJSON and ObjectMapper, they tell you what all you can replace based on your libraries specification.
4141
- Do the necessary UI changes for the dropdown.
4242
- Add tests for your library.
4343

4444
## Swift 2?
4545

46-
--------------------------------------------------------------------------------
47-
4846
[Download (v0.0.6)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v0.0.6/SwiftyJSONAccelerator.zip), the older version of the project, please keep in mind it is **no longer supported**.
4947

5048
## Todo
5149

52-
--------------------------------------------------------------------------------
53-
5450
There is a lot more to do, follow the [issues section](https://github.com/insanoid/SwiftyJSONAccelerator/issues), I usually try to follow up or keep the list updated with any new ideas which I plan to implement.
5551

5652
- Build a CLI, useful in integrated with mocks and API documentations.
@@ -59,12 +55,8 @@ There is a lot more to do, follow the [issues section](https://github.com/insano
5955

6056
## Contributions and Requests
6157

62-
--------------------------------------------------------------------------------
63-
6458
Any suggestions regarding code quality of the app, generated code's quality, Swift related improvements and pull requests are all very welcome. Please make sure you submit the pull request to the next release branch and not the master branch.
6559

6660
## License
6761

68-
--------------------------------------------------------------------------------
69-
7062
[MIT License](LICENSE) / [Karthikeya Udupa](https://karthikeya.co.uk)

0 commit comments

Comments
 (0)