blob: a031cea021e34f261032165662f76f60803faf71 [file] [log] [blame]
{
"name": "BasicLibrary-OC",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BasicLibrary-OC/Classes/**/*"
}