blob: 3c5df730e2df5f76f209d3221c3a2374251becba [file] [log] [blame]
{
"name": "SHModelObject",
"version": "1.1.1",
"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": "7.0"
},
"source": {
"git": "https://github.com/grevolution/SHModelObject.git",
"tag": "1.1.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"SHModelObject/SHModelObject/SHModelObject.{h,m}",
"SHModelObject/SHModelObject/SHConstants.h",
"SHModelObject/SHModelObject/SHModelSerialization.h"
],
"exclude_files": "SHModelObject/SHModelObject/SHRealmObject.{h,m}",
"platforms": {
"ios": null
}
},
{
"name": "Realm",
"source_files": [
"SHModelObject/SHModelObject/SHRealmObject.{h,m}",
"SHModelObject/SHModelObject/SHConstants.h",
"SHModelObject/SHModelObject/SHModelSerialization.h"
],
"platforms": {
"ios": "7.0"
},
"exclude_files": "SHModelObject/SHModelObject/SHModelObject.{h,m}",
"dependencies": {
"Realm": [
]
}
}
]
}