blob: 90f16436cbbbd478304c3f3664caccd47bf6b3b7 [file] [log] [blame]
{
"name": "Saystack",
"version": "1.2.2",
"summary": "A collection of simple iOS classes and categories that fit in almost every project.",
"description": "Saystack contains a collection of simple iOS classes and small libraries that fit in almost every project. Most of these classes are not large or structured enough to fit in a special library or framework, but are regurarely needed throughout the most projects you are working on.",
"homepage": "http://github.com/Legoless/Saystack",
"license": "MIT",
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"platforms": {
"ios": "12.0",
"osx": "10.11"
},
"ios": {
"source_files": "Code/Extensions/**/*.{swift}"
},
"osx": {
"source_files": "Code/Extensions/Core/**/*.{swift}"
},
"source": {
"git": "https://github.com/Legoless/Saystack.git",
"tag": "1.2.2"
},
"swift_versions": "5.1",
"swift_version": "5.1"
}