[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 1 / 4 / UtiliKit / 1.0.0 / UtiliKit.podspec.json
blobef4c81cf58b27b5215f4dc87a4c9609247f7e7f6
2   "name": "UtiliKit",
3   "version": "1.0.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.0.0"
17   },
18   "source_files": "UtiliKit/Classes/**/*",
19   "frameworks": [
20     "UIKit",
21     "MapKit"
22   ],
23   "platforms": {
24     "ios": "9.0"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "UtiliKit/Instantiation": [
33         ],
34         "UtiliKit/General": [
36         ]
37       }
38     },
39     {
40       "name": "Instantiation",
41       "source_files": "UtiliKit/Classes/Instantiation/*.swift"
42     },
43     {
44       "name": "TimelessDate",
45       "source_files": "UtiliKit/Classes/TimelessDate/*.swift"
46     },
47     {
48       "name": "General",
49       "source_files": "UtiliKit/Classes/General/*.swift"
50     },
51     {
52       "name": "Version",
53       "source_files": "UtiliKit/Classes/Version/*.swift"
54     }
55   ]