[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 9 / Haystack / 0.6.1 / Haystack.podspec.json
blob025c2f4bd005d581388305b7d1989f4cc983a004
2   "name": "Haystack",
3   "version": "0.6.1",
4   "summary": "A collection of simple iOS classes and categories that fit in almost every project.",
5   "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",
6   "homepage": "http://github.com/Legoless/Haystack",
7   "license": "MIT",
8   "authors": {
9     "Dal Rupnik": "legoless@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Legoless/Haystack.git",
16     "tag": "0.6.1"
17   },
18   "frameworks": "CoreText",
19   "source_files": [
20     "SDK/Categories/**/*.{h,m}",
21     "SDK/Classes/**/*.{h,m}"
22   ],
23   "requires_arc": true