[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / Stuff / 1.0.0 / Stuff.podspec.json
blob59c15aa4f015dabda39b583450964f0f74faf08b
2   "name": "Stuff",
3   "version": "1.0.0",
4   "summary": "Too small for a library, too important to just forget",
5   "description": "This is a collection of helpfull code that is difficult to place in a specific library.",
6   "homepage": "https://github.com/evermeer/Stuff",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Edwin Vermeer": "edwin@evict.nl"
13   },
14   "social_media_url": "http://twitter.com/evermeer",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/evermeer/Stuff.git",
23     "tag": "1.0.0"
24   },
25   "default_subspecs": "All",
26   "subspecs": [
27     {
28       "name": "All",
29       "dependencies": {
30         "Stuff/Enum": [
32         ],
33         "Stuff/Print": [
35         ],
36         "Stuff/TODO": [
38         ],
39         "Stuff/Codable": [
41         ]
42       }
43     },
44     {
45       "name": "Print",
46       "source_files": [
47         "Source/*.swift",
48         "Source/Print/*.swift"
49       ]
50     },
51     {
52       "name": "Enum",
53       "source_files": [
54         "Source/*.swift",
55         "Source/Enum/*.swift"
56       ]
57     },
58     {
59       "name": "TODO",
60       "source_files": "Source/TODO/*.swift"
61     },
62     {
63       "name": "Codable",
64       "source_files": "Source/Codable/*.swift"
65     }
66   ]