Skip to content

Its safely maps `Any` (could be api response) into custom types.

License

Notifications You must be signed in to change notification settings

riteshhgupta/RGMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGMapper

RGMapper maps Any to a custom type (it's not a json parser).

Installation

Cocoapods

To integrate RGMapper into your Xcode project using CocoaPods, specify it in your Podfile:

Swift 4.0

  pod 'RGMapper', :git => 'https://github.com/riteshhgupta/RGMapper.git'

Swift 3.1

  pod 'RGMapper', :git => 'https://github.com/riteshhgupta/RGMapper.git', :branch => 'swift3'

Example

// TODO

Contributing

Contributions are welcome and encouraged! Open an issue or submit a pull request 🚀

Licence

RGMapper is available under the MIT license. See the LICENSE file for more info.

About

Its safely maps `Any` (could be api response) into custom types.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published