blob: 3d314b59e45f0bd758375adfffd837a4931fd1cc [file] [log] [blame]
{
"name": "NJExtentions",
"version": "0.1.5",
"summary": "NJExtensions is a collection of useful extended code for standard libraries and Coacoa framework",
"description": "NJExtentions is a set of various extensions on Apple's iOS or Swift standard library classes. It frees you from writing tedius and redundant code again and again.",
"homepage": "https://github.com/jinbass/NJExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jinbass": "dingopeng@gmail.com"
},
"source": {
"git": "https://github.com/jinbass/NJExtensions.git",
"tag": "0.1.5"
},
"swift_version": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "NJExtentions/Classes/**/*"
}