[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 6 / 3 / SHModelObject / 1.1.4 / SHModelObject.podspec.json
blob253cb9054762d61c22cabcdcbc1bf9950f3825f6
2   "name": "SHModelObject",
3   "version": "1.1.4",
4   "summary": "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically.",
5   "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",
6   "homepage": "https://github.com/grevolution/SHModelObject",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Shan Ul Haq": "g@grevolution.me"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/grevolution/SHModelObject.git",
18     "tag": "1.1.4"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "SHModelObject/SHModelObject/SHModelObject.{h,m}",
26         "SHModelObject/SHModelObject/SHConstants.h",
27         "SHModelObject/SHModelObject/SHModelSerialization.h"
28       ],
29       "exclude_files": "SHModelObject/SHModelObject/SHRealmObject.{h,m}",
30       "platforms": {
31         "ios": null
32       }
33     },
34     {
35       "name": "Realm",
36       "source_files": [
37         "SHModelObject/SHModelObject/SHRealmObject.{h,m}",
38         "SHModelObject/SHModelObject/SHConstants.h",
39         "SHModelObject/SHModelObject/SHModelSerialization.h"
40       ],
41       "platforms": {
42         "ios": "7.0"
43       },
44       "exclude_files": "SHModelObject/SHModelObject/SHModelObject.{h,m}",
45       "dependencies": {
46         "Realm": [
48         ]
49       }
50     }
51   ]