blob: 6158476f5a731abb9dcf7a9c7714160107ffd3a1 [file] [log] [blame]
{
"name": "Saystack",
"version": "0.2.7",
"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": "8.0"
},
"source": {
"git": "https://github.com/Legoless/Saystack.git",
"tag": "0.2.7"
},
"source_files": "Code/Extensions/**/*.{swift}",
"requires_arc": true
}