[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 9 / 0 / 5 / Saystack / 0.6.0 / Saystack.podspec.json
blobca77b005903ea00cd8f7768f0447f54889f23da4
2   "name": "Saystack",
3   "version": "0.6.0",
4   "summary": "A collection of simple iOS classes and categories that fit in almost every project.",
5   "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.",
6   "homepage": "http://github.com/Legoless/Saystack",
7   "license": "MIT",
8   "authors": {
9     "Dal Rupnik": "legoless@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0",
13     "osx": "10.11"
14   },
15   "ios": {
16     "source_files": "Code/Extensions/**/*.{swift}"
17   },
18   "osx": {
19     "source_files": "Code/Extensions/Core/**/*.{swift}"
20   },
21   "source": {
22     "git": "https://github.com/Legoless/Saystack.git",
23     "tag": "0.6.0"
24   },
25   "requires_arc": true,
26   "pushed_with_swift_version": "4.0"