[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 4 / HPManagedObjects / 1.0.8 / HPManagedObjects.podspec.json
bloba6c01d4dfb69199ab65aaad02bc0c093e9847fd6
2   "name": "HPManagedObjects",
3   "version": "1.0.8",
4   "summary": "Lib with BaseManagedObjectModel that allow parse json and database",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/DimasSup",
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.0.8"
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   ]