[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / e / Stuff / 0.1.1 / Stuff.podspec.json
blob8971414a32c687d3b1afcb82711f6710b55aa48c
2   "name": "Stuff",
3   "version": "0.1.1",
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.1.1"
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       }
38     },
39     {
40       "name": "Print",
41       "source_files": [
42         "Source/*.swift",
43         "Source/Print/*.swift"
44       ]
45     },
46     {
47       "name": "Enum",
48       "source_files": [
49         "Source/*.swift",
50         "Source/Enum/*.swift"
51       ]
52     }
53   ]