blob: 7d067cb17fab3476eaca5d32f259979492fd1ebf [file] [log] [blame]
{
"name": "SNYKit",
"version": "2.4",
"summary": "Sunny的便利工具集.",
"description": "日常使用,一般App常用到的方法汇总,不断扩充完善中。",
"homepage": "https://github.com/zesicus/SNYKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zesicus": "zesicus@163.com"
},
"source": {
"git": "https://github.com/zesicus/SNYKit.git",
"tag": "2.4"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "SNYKit/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"ReachabilitySwift": [
"4.3.1"
],
"Kingfisher": [
"5.3.1"
]
}
}