[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 4 / HPManagedObjects / 1.2.1 / HPManagedObjects.podspec.json
blobb37dd8490d2809d44f7a5f78272d3aa68e4be555
2   "name": "HPManagedObjects",
3   "version": "1.2.1",
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",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DimasSup": "dima.teleban@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DimasSup/HPManagedObjects.git",
16     "tag": "v1.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Main",
24       "source_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*",
25       "public_header_files": "HPManagedObjects/Classes/{Main,HelpClasses}/**/*.h"
26     },
27     {
28       "name": "FMDB",
29       "source_files": "HPManagedObjects/Classes/FMDBSupport/**/*",
30       "public_header_files": "HPManagedObjects/Classes/FMDBSupport/**/*.h",
31       "dependencies": {
32         "HPManagedObjects/Main": [
34         ],
35         "FMDB": [
37         ]
38       }
39     }
40   ]