blob: d8ec38598ab8526790848587730ce23cfb0523ce [file] [log] [blame]
{
"name": "Haystack",
"version": "0.8.3",
"summary": "A collection of simple iOS classes and categories that fit in almost every project.",
"description": " Haystack SDK 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.\n",
"homepage": "http://github.com/Legoless/Haystack",
"license": "MIT",
"authors": {
"Dal Rupnik": "legoless@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Legoless/Haystack.git",
"tag": "0.8.3"
},
"frameworks": "CoreText",
"source_files": [
"SDK/Categories/**/*.{h,m}",
"SDK/Classes/**/*.{h,m}",
"SDK/Haystack.h"
],
"requires_arc": true
}