[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / Stuff / 0.6.0 / Stuff.podspec.json
blobf384904765c5b693a5cd962ad08d3c60ddcb9e03
2   "name": "Stuff",
3   "version": "0.6.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": "0.6.0"
24   },
25   "default_subspecs": "All",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "All",
30       "dependencies": {
31         "Stuff/Enum": [
33         ],
34         "Stuff/Print": [
36         ],
37         "Stuff/TODO": [
39         ],
40         "Stuff/Codable": [
42         ]
43       }
44     },
45     {
46       "name": "Print",
47       "source_files": [
48         "Source/*.swift",
49         "Source/Print/*.swift"
50       ]
51     },
52     {
53       "name": "Enum",
54       "source_files": [
55         "Source/*.swift",
56         "Source/Enum/*.swift"
57       ]
58     },
59     {
60       "name": "TODO",
61       "source_files": "Source/TODO/*.swift"
62     },
63     {
64       "name": "Codable",
65       "source_files": "Source/Codable/*.swift"
66     }
67   ]