blob: 22cdab81f01534555219768c687ea68bb720a3b9 [file] [log] [blame]
{
"name": "JFJExtension",
"version": "1.0.5",
"summary": "JFJExtension is an extension to some common classes in the UIKit and Foundation frameworks.",
"description": "JFJExtension is an extension to some common classes in the UIKit and Foundation frameworks. I added many common functions to the system classes, so we can use it more convenience.",
"homepage": "https://github.com/skykywind/JFJExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skykywind": "824214765@qq.com"
},
"source": {
"git": "https://github.com/skykywind/JFJExtension.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "JFJExtension/Classes/**/*",
"swift_versions": [
"4.2",
"5.0"
],
"dependencies": {
"SnapKit": [
]
}
}