blob: dbe7224ab2907052e694a5d39308d4a00b28207f [file] [log] [blame]
{
"name": "SwiftArsenal",
"version": "0.1.1",
"summary": "Small but very common algorithms among any project.",
"description": "Looking forward to gather in a single space all the small but very common algorithms among any project I've been working on, this repo goes beyond that by sharing these tools with any other Swift developer.",
"homepage": "https://github.com/claudiomadureira/swift-arsenal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"claudiomadureira": "claudiomsilvaf@gmail.com"
},
"source": {
"git": "https://github.com/claudiomadureira/swift-arsenal.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Arsenal/Classes/**/*",
"swift_version": "5.0"
}