[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 6 / 3 / SHModelObject / 1.0.5 / SHModelObject.podspec.json
blob6e26b6a095c406870d28edff47f5329446a4c5dd
2   "name": "SHModelObject",
3   "version": "1.0.5",
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": null
15   },
16   "source": {
17     "git": "https://github.com/grevolution/SHModelObject.git",
18     "tag": "1.0.5"
19   },
20   "requires_arc": true,
21   "source_files": "SHModelObject/SHModelObject/*.{h,m}",
22   "exclude_files": "Classes/Exclude"