blob: 83440721a0bb9688b595e200f24d58630067a670 [file] [log] [blame]
{
"name": "LCController",
"version": "0.0.1",
"summary": "控制器基类",
"description": "开发中所有视图控制器都要继承的基类",
"homepage": "https://github.com/excsir/LCController",
"license": "MIT",
"authors": {
"chao.liu": "excsir@163.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/excsir/LCController.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}