blob: 6a5e1079fd54ab082a992ebd32537095c37e2c3d [file] [log] [blame]
{
"name": "Stringify",
"version": "0.1",
"summary": "A set of usefull string extensions.",
"homepage": "https://github.com/NovichenkoAnton/Stringify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Novichenko": "novichenko.anton@gmail.by"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"5.1"
],
"source": {
"git": "https://github.com/NovichenkoAnton/Stringify.git",
"tag": "0.1"
},
"source_files": "Sources/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"swift_version": "5.1"
}