{ | |
"name": "MSCLunarDate", | |
"version": "0.0.1", | |
"summary": "中国农历日期", | |
"description": "中国农历日期,该SDK 实现了阳历转农历,农历转阳历的功能", | |
"homepage": "https://github.com/MiaoShichang/MSCLunarDate", | |
"license": "MIT", | |
"authors": { | |
"miaoshichang": "miaoshichang@126.com" | |
}, | |
"platforms": { | |
"ios": "5.0" | |
}, | |
"source": { | |
"git": "https://github.com/MiaoShichang/MSCLunarDate.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": [ | |
"MSCLunarDate", | |
"MSCLunarDateSDK/**/*.{h,m}" | |
] | |
} |