[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 1 / 4 / UtiliKit / 1.6.0 / UtiliKit.podspec.json
blob4644b97c6828474e1f3d592bc06d62aaa308951b
2   "name": "UtiliKit",
3   "version": "1.6.0",
4   "summary": "All the things you are tired of writing.",
5   "description": "This framework is a collection of subspecs designed to be used to facilitate simpler, cleaner code. These classes and extensions are common cases.",
6   "homepage": "https://github.com/BottleRocketStudios/iOS-UtiliKit",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bottle Rocket Studios": "wilson.turner@bottlerocketstudios.com"
13   },
14   "source": {
15     "git": "https://github.com/bottlerocketstudios/iOS-UtiliKit.git",
16     "tag": "1.6.0"
17   },
18   "source_files": "Sources/UtiliKit/**/*",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "dependencies": {
29         "UtiliKit/Instantiation": [
31         ],
32         "UtiliKit/General": [
34         ]
35       }
36     },
37     {
38       "name": "Instantiation",
39       "source_files": "Sources/UtiliKit/Instantiation/*.swift"
40     },
41     {
42       "name": "TimelessDate",
43       "source_files": "Sources/UtiliKit/TimelessDate/*.swift"
44     },
45     {
46       "name": "General",
47       "source_files": "Sources/UtiliKit/General/*.swift"
48     },
49     {
50       "name": "Version",
51       "source_files": "Sources/UtiliKit/Version/*.swift"
52     },
53     {
54       "name": "Container",
55       "source_files": "Sources/UtiliKit/Container/**/*.swift"
56     },
57     {
58       "name": "ActiveLabel",
59       "source_files": "Sources/UtiliKit/ActiveLabel/*.swift"
60     },
61     {
62       "name": "Obfuscation",
63       "source_files": "Sources/UtiliKit/Obfuscation/*.swift"
64     }
65   ]