blob: 159c2181a0826f87824cb6a8403a0f19461b4cb9 [file] [log] [blame]
{
"name": "JFJExtension",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JFJExtension/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"SnapKit": [
]
}
}