2 "name": "SHModelObject",
4 "summary": "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically.",
5 "description": " `SHModelObject` is a utility Modal Base Class that uses objective-c runtime to assign \n the values to instance variables and properties of the model class from an `NSDictionary`, \n Which is a basic usecase when using webservices that return JSON response.\n",
6 "homepage": "https://github.com/grevolution/SHModelObject",
11 "Shan Ul Haq": "g@grevolution.me"
17 "git": "https://github.com/grevolution/SHModelObject.git",
21 "source_files": "SHModelObject/SHModelObject/*.{h,m}",
22 "exclude_files": "Classes/Exclude"