blob: 5326e772db04bdc04fa09c54d5344a7005c6a57d [file] [log] [blame]
{
"name": "JSSwifter",
"version": "0.0.3",
"summary": "一个简便易用的 Swift Extension 库。",
"description": "一个简便易用的 Swift Extension 库,方便快捷的提供项目中常用的 Extension。",
"homepage": "https://github.com/spirit-jsb/JSSwifter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"spirit-jsb": "sibo_jian_29903549@163.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/spirit-jsb/JSSwifter.git",
"tag": "0.0.3"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"deprecated": true,
"swift_version": "5.0"
}