blob: 57f9a90d3426fd116105c92e1435a5cdb04afbc9 [file] [log] [blame]
{
"name": "SHModelObject",
"version": "1.0.1",
"summary": "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically.",
"description": " `SHModelObject` is a utility model 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.1"
},
"requires_arc": true,
"source_files": "SHModalObject/SHModalObject/*.{h,m}",
"exclude_files": "Classes/Exclude"
}