blob: 3385e42c7944ff6de60ac1d4a69096c28b3a8cf2 [file] [log] [blame]
{
"name": "BasicLibrary-OC",
"version": "0.1.2",
"summary": "A basic library for Objective-C developers.",
"description": "文件分类如下:\nBase -> 基础类文件\nExternCategory -> 分类文件",
"homepage": "https://github.com/lvyingliang200/BasicLibrary-OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvyingliang200": "475478714@qq.com"
},
"source": {
"git": "https://github.com/lvyingliang200/BasicLibrary-OC.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BasicLibrary-OC/Classes/**/*"
}