blob: ac62c10f237bd2b6eca7b850f70e4c907d77fb61 [file] [log] [blame]
{
"name": "SHModelObject",
"version": "1.0.7",
"summary": "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically.",
"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",
"homepage": "https://github.com/grevolution/SHModelObject",
"license": {
"type": "MIT"
},
"authors": {
"Shan Ul Haq": "g@grevolution.me"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/grevolution/SHModelObject.git",
"tag": "1.0.7"
},
"requires_arc": true,
"source_files": "SHModelObject/SHModelObject/*.{h,m}",
"exclude_files": "Classes/Exclude"
}