2 "name": "HPManagedObjects",
4 "summary": "Lib with BaseManagedObjectModel that allow parse json and database",
5 "description": "Hi there! Some time ago (maybe 3 years) I wrote this library for our company for make our life little easier with serialize/deserialize server response/request to/from JSON with obj-c models. we improving it all that time. and now I glad share it with obj-c community. https://github.com/DimasSup/HPManagedObjects About it - easy mapping swift/obj-c class, like EasyMapping, but more faster. In synthetic tests: on simulator 1150000 objects (with inheritance, objects in objects) EasyMapping: Serialize 3.5 seconds HPManagedObjects: Serialize 2.5 seconds EasyMapping: Deserialize 6.6 seconds HPManagedObjects: Deserialize 2.7 seconds Why we have more performance? We used cache for mapping models, also we caching some runtime info for property types. I will be happy hear your thinks about this lib and suggestion if you have one",
6 "homepage": "https://github.com/DimasSup/HPManagedObjects",
12 "DimasSup": "dima.teleban@gmail.com"
15 "git": "https://github.com/DimasSup/HPManagedObjects.git",
24 "source_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*",
25 "public_header_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*.h"
29 "source_files": "HPManagedObjects/Classes/FMDBSupport/**/*",
30 "public_header_files": "HPManagedObjects/Classes/FMDBSupport/**/*.h",
32 "HPManagedObjects/Main": [