[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / e / Stuff / 0.2.0 / Stuff.podspec.json
blob2b64010a1c8947aab4e48a85096d23556219794b
2   "name": "Stuff",
3   "version": "0.2.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.2.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       }
41     },
42     {
43       "name": "Print",
44       "source_files": [
45         "Source/*.swift",
46         "Source/Print/*.swift"
47       ]
48     },
49     {
50       "name": "Enum",
51       "source_files": [
52         "Source/*.swift",
53         "Source/Enum/*.swift"
54       ]
55     },
56     {
57       "name": "TODO",
58       "source_files": "Source/TODO/*.swift"
59     }
60   ]