blob: e042092602bc60269d8348604380cca65272ceca [file] [log] [blame]
{
"name": "RSLibrary",
"version": "0.1.0",
"summary": "A library for iOS development.",
"description": "一个用于iOS开发的自用库,包含一些公共宏、公用类等;\nGlobalKeys.h -> 公共宏;",
"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.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RSLibrary/Classes/**/*"
}