[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 4 / 2 / 0 / NRMirror / 3.0.0 / NRMirror.podspec.json
blob68cc8481b3dde705884bb752775084b4bec923f6
2   "name": "NRMirror",
3   "version": "3.0.0",
4   "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.",
5   "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.",
6   "homepage": "https://github.com/naveenrana1309/NRMirror",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "naveenrana1309": "naveenrana1309@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/naveenrana1309/NRMirror.git",
16     "tag": "3.0.0"
17   },
18   "social_media_url": "https://www.linkedin.com/in/naveen-rana-9a371a40",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NRMirror/Classes/**/*"