blob: 2817cabd9b339d9181ccd4b226fff40e39cc3a12 [file] [log] [blame]
{
"name": "SHModelObject",
"version": "1.1.3",
"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.3"
},
"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": [
]
}
}
]
}