blob: 9c30a93f44d15f5c1734ede4eb0ef346a1bfff86 [file] [log] [blame]
{
"name": "JFJExtension",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "9.3"
},
"source_files": "JFJExtension/Classes/**/*",
"swift_versions": [
"4.2",
"5.0"
],
"dependencies": {
"SnapKit": [
]
}
}