blob: 3d1cb290c807ba4c2fcd8fc99277f9583f9e811e [file] [log] [blame]
{
"name": "RSLibrary",
"version": "0.4.5",
"summary": "A library for iOS development.",
"description": "一个用于iOS开发的自用库,包含一些公共宏、公用类等;\nGlobalKeys.h -> 公共宏;\nBase -> 基类\nExtension -> 分类扩展",
"homepage": "https://github.com/lvyingliang200/RSLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lvyingliang200": "475478714@qq.com"
},
"source": {
"git": "https://github.com/lvyingliang200/RSLibrary.git",
"tag": "0.4.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RSLibrary/Classes/**/*"
}