[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 1 / 4 / UtiliKit / 1.7.0 / UtiliKit.podspec.json
bloba1c5b1ff85a3940b97d3dad16978a5c68b90e93f
2   "name": "UtiliKit",
3   "version": "1.7.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.7.0"
17   },
18   "source_files": "Sources/UtiliKit/**/*",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "UtiliKit/Instantiation": [
30         ],
31         "UtiliKit/General": [
33         ]
34       }
35     },
36     {
37       "name": "Instantiation",
38       "source_files": "Sources/UtiliKit/Instantiation/*.swift"
39     },
40     {
41       "name": "TimelessDate",
42       "source_files": "Sources/UtiliKit/TimelessDate/*.swift"
43     },
44     {
45       "name": "General",
46       "source_files": "Sources/UtiliKit/General/*.swift"
47     },
48     {
49       "name": "Version",
50       "source_files": "Sources/UtiliKit/Version/*.swift"
51     },
52     {
53       "name": "Container",
54       "source_files": "Sources/UtiliKit/Container/**/*.swift"
55     },
56     {
57       "name": "ActiveLabel",
58       "source_files": "Sources/UtiliKit/ActiveLabel/*.swift"
59     },
60     {
61       "name": "Obfuscation",
62       "source_files": "Sources/UtiliKit/Obfuscation/*.swift"
63     }
64   ],
65   "swift_version": "5.0"