[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / c / 3 / XXModel / 1.1.0 / XXModel.podspec.json
blob43bab4dc8e10c5267ee24d14d1d2f208d79e9874
2   "name": "XXModel",
3   "version": "1.1.0",
4   "summary": "超轻量级字典转模型框架.",
5   "description": "自用,超轻量级字典转模型框架",
6   "homepage": "https://github.com/rdxer/XXModel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LXF": "rdxer@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rdxer/XXModel.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "XXModel/Classes/XXModel.h",
22   "public_header_files": "XXModel/Classes/XXModel.h",
23   "subspecs": [
24     {
25       "name": "XXProperty",
26       "source_files": "XXModel/Classes/XXProperty/**/*",
27       "public_header_files": "XXModel/Classes/XXProperty/NSObject+XXProperty.h"
28     },
29     {
30       "name": "XXParseModel",
31       "dependencies": {
32         "JRSwizzle": [
33           "~> 1.0"
34         ],
35         "XXModel/XXProperty": [
37         ]
38       },
39       "source_files": "XXModel/Classes/XXParseModel/**/*",
40       "public_header_files": "XXModel/Classes/XXParseModel/NSObject+XXParseModel.h"
41     }
42   ]