[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 8 / a / 4 / lujhPrivate / 7.0.3 / lujhPrivate.podspec.json
blob6bedf23f22926bf6881b446c4cb3583c38427461
2   "name": "lujhPrivate",
3   "version": "7.0.3",
4   "authors": {
5     "daniulaolu": "287929070@qq.com"
6   },
7   "homepage": "https://github.com/MrLujh/lujhPrivate",
8   "summary": "a dropdown menu for ios like wechat homepage.",
9   "source": {
10     "git": "https://github.com/MrLujh/lujhPrivate.git",
11     "tag": "7.0.3"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "public_header_files": "lujhPrivate/lujh.h",
22   "source_files": "lujhPrivate/lujh.h",
23   "subspecs": [
24     {
25       "name": "B",
26       "source_files": "lujhPrivate/B/**/*.{h,m}",
27       "public_header_files": "lujhPrivate/B/**/*.h"
28     },
29     {
30       "name": "C",
31       "dependencies": {
32         "lujhPrivate/B": [
34         ]
35       },
36       "source_files": "lujhPrivate/C/**/*.{h,m}",
37       "public_header_files": "lujhPrivate/C/**/*.h"
38     }
39   ]