[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / 4 / UtiliKit / 1.2.3 / UtiliKit.podspec.json
blob1a96af0caa150d6cc41ee442b9ef1b3056541317
2   "name": "UtiliKit",
3   "version": "1.2.3",
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.2.3"
17   },
18   "source_files": "Sources/UtiliKit/**/*",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "UtiliKit/Instantiation": [
29         ],
30         "UtiliKit/General": [
32         ]
33       }
34     },
35     {
36       "name": "Instantiation",
37       "source_files": "Sources/UtiliKit/Instantiation/*.swift"
38     },
39     {
40       "name": "TimelessDate",
41       "source_files": "Sources/UtiliKit/TimelessDate/*.swift"
42     },
43     {
44       "name": "General",
45       "source_files": "Sources/UtiliKit/General/*.swift"
46     },
47     {
48       "name": "Version",
49       "source_files": "Sources/UtiliKit/Version/*.swift"
50     },
51     {
52       "name": "Container",
53       "source_files": "Sources/UtiliKit/Container/*.swift"
54     }
55   ]