blob: 68cc8481b3dde705884bb752775084b4bec923f6 [file] [log] [blame]
{
"name": "NRMirror",
"version": "3.0.0",
"summary": "NRMirror helps you to sync your model with web service response or any input dictionary.So its work like a object mapper for you.",
"description": "NRMirror helps you to sync your model with web service response or any input dictionary.So its work like a object mapper for you. So dont worry about your model syncing , just declare your models and name your key same as your dictionary/Json key and you are done. NRMirror supporting of all types Int, String ,Float , Bool etc.. and NRMirror subclass models.",
"homepage": "https://github.com/naveenrana1309/NRMirror",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"naveenrana1309": "naveenrana1309@gmail.com"
},
"source": {
"git": "https://github.com/naveenrana1309/NRMirror.git",
"tag": "3.0.0"
},
"social_media_url": "https://www.linkedin.com/in/naveen-rana-9a371a40",
"platforms": {
"ios": "10.0"
},
"source_files": "NRMirror/Classes/**/*"
}