4 "summary": "model objects for JSON objects using a declarative approach for defining properties. Supports immutable (and mutable) model objects",
5 "homepage": "https://github.com/NagelTech/NTJsonModel",
11 "Ethan Nagel": "eanagel@gmail.com"
17 "git": "https://github.com/NagelTech/NTJsonModel.git",
21 "source_files": "classes/ios/*.{h,m}",
22 "public_header_files": [
23 "classes/ios/NTJsonModel.h",
24 "classes/ios/NTJsonPropertyInfo.h",
25 "classes/ios/NTJsonPropertyConversion.h",
26 "classes/ios/NSArray+NTJsonModel.h",
27 "classes/ios/NSDictionary+NTJsonModel.h"