blob: 6629d55cf456d762e3f66248862d4392a7114161 [file] [log] [blame]
{
"name": "BasicLibrary-OC",
"version": "0.1.6",
"summary": "A basic library for Objective-C developers.",
"description": "文件分类如下:\nBase -> 基础类文件\nExternCategory -> 分类文件\nTools -> 工具类",
"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.6"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BasicLibrary-OC/Classes/**/*"
}