blob: dabf62d84a3f445106cba474d652dac076574319 [file] [log] [blame]
{
"name": "RSLibrary",
"version": "0.4.8",
"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.8"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Tools",
"source_files": "RSLibrary/Classes/Tools/*"
},
{
"name": "Extension",
"source_files": "RSLibrary/Classes/Extension/*"
}
]
}