blob: 2f3a7dcf246c1ef5b1150c4f8fefc8cda4e1b890 [file] [log] [blame]
{
"name": "RSLibrary",
"version": "0.4.9",
"summary": "A library for iOS development.",
"description": "一个用于iOS开发的自用库,包含一些公共宏、公用类等;\nGlobalKeys.h -> 公共宏;\nBase -> 基类\nExtension -> 分类扩展\nRSThirdKit -> 三方管理",
"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.9"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Base",
"source_files": "RSLibrary/Classes/Base/*"
},
{
"name": "Tools",
"source_files": "RSLibrary/Classes/Tools/*"
},
{
"name": "Extension",
"source_files": "RSLibrary/Classes/Extension/*"
}
]
}