blob: 6bedf23f22926bf6881b446c4cb3583c38427461 [file] [log] [blame]
{
"name": "lujhPrivate",
"version": "7.0.3",
"authors": {
"daniulaolu": "287929070@qq.com"
},
"homepage": "https://github.com/MrLujh/lujhPrivate",
"summary": "a dropdown menu for ios like wechat homepage.",
"source": {
"git": "https://github.com/MrLujh/lujhPrivate.git",
"tag": "7.0.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "lujhPrivate/lujh.h",
"source_files": "lujhPrivate/lujh.h",
"subspecs": [
{
"name": "B",
"source_files": "lujhPrivate/B/**/*.{h,m}",
"public_header_files": "lujhPrivate/B/**/*.h"
},
{
"name": "C",
"dependencies": {
"lujhPrivate/B": [
]
},
"source_files": "lujhPrivate/C/**/*.{h,m}",
"public_header_files": "lujhPrivate/C/**/*.h"
}
]
}