blob: 4801a09815cf1c189ae7aaf373fb54beb58651f7 [file] [log] [blame]
{
"name": "BasicLibrary-OC",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BasicLibrary-OC/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
]
}
}