blob: e48f717a833cc0ee6a118b878c1efdfd5feacbb9 [file] [log] [blame]
{
"name": "SHModelObject",
"version": "1.1.9",
"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 \nthe values to instance variables and properties of the model class from an `NSDictionary`, \nWhich is a basic usecase when using webservices that return JSON response.",
"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.9"
},
"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": [
]
}
}
]
}