[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 5 / 1 / Alicerce / 0.7.0 / Alicerce.podspec.json
blob436b87573419f4e984e16e3f141f1628f84fe5e6
2   "name": "Alicerce",
3   "version": "0.7.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/Mindera/Alicerce.git",
9   "authors": {
10     "Mindera": "ios@mindera.com"
11   },
12   "summary": "A base for iOS Applications made with ❤️ by Mindera 🤠",
13   "description": "Ever felt that you keep repeating yourself every time you start a new project? That you would like to have all those useful utils and helpers you love already available? We felt that way too! Thus, Alicerce was born. 🏗\n\nAlicerce is a framework that aims to serve as a starting point for iOS applications, by providing the foundations for many of the common functionalities a modern application requires, as well as be a repository for those small utils and helpers that make our life easier.\n\nIt is designed with an MVVM architecture in mind, but you'll find most components are architecture agnostic.",
14   "source": {
15     "git": "https://github.com/Mindera/Alicerce.git",
16     "tag": "0.7.0"
17   },
18   "module_name": "Alicerce",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/{Utils,Shared}/**/*.swift",
28       "dependencies": {
29         "Alicerce/Extensions/Foundation": [
31         ]
32       }
33     },
34     {
35       "name": "Analytics",
36       "source_files": "Sources/Analytics/**/*.swift",
37       "dependencies": {
38         "Alicerce/Core": [
40         ]
41       }
42     },
43     {
44       "name": "DeepLinking",
45       "source_files": "Sources/DeepLinking/**/*.swift",
46       "dependencies": {
47         "Alicerce/Core": [
49         ]
50       },
51       "frameworks": "UIKit"
52     },
53     {
54       "name": "Extensions",
55       "subspecs": [
56         {
57           "name": "Foundation",
58           "source_files": "Sources/Extensions/Foundation/*.{swift,h,m}",
59           "frameworks": "Foundation"
60         },
61         {
62           "name": "QuartzCore",
63           "source_files": "Sources/Extensions/QuartzCore/*.{swift,h,m}",
64           "frameworks": "QuartzCore"
65         },
66         {
67           "name": "UIKit",
68           "source_files": "Sources/Extensions/UIKit/*.{swift,h,m}",
69           "frameworks": "UIKit"
70         }
71       ]
72     },
73     {
74       "name": "Logging",
75       "source_files": "Sources/Logging/**/*.swift",
76       "dependencies": {
77         "Alicerce/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Network",
84       "source_files": "Sources/Network/**/*.swift",
85       "dependencies": {
86         "Alicerce/Resource": [
88         ]
89       },
90       "frameworks": "Security"
91     },
92     {
93       "name": "Observers",
94       "source_files": "Sources/Observers/**/*.swift",
95       "frameworks": "UIKit"
96     },
97     {
98       "name": "PerformanceMetrics",
99       "source_files": "Sources/PerformanceMetrics/**/*.swift",
100       "dependencies": {
101         "Alicerce/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Persistence",
108       "source_files": "Sources/Persistence/*.swift",
109       "dependencies": {
110         "Alicerce/Core": [
112         ],
113         "Alicerce/Logging": [
115         ],
116         "Alicerce/PerformanceMetrics": [
118         ]
119       },
120       "subspecs": [
121         {
122           "name": "CoreData",
123           "source_files": "Sources/Persistence/CoreData/*.{swift,h,m}",
124           "frameworks": "CoreData"
125         }
126       ]
127     },
128     {
129       "name": "Resource",
130       "source_files": "Sources/Resource/**/*.swift",
131       "dependencies": {
132         "Alicerce/Core": [
134         ]
135       }
136     },
137     {
138       "name": "Stores",
139       "source_files": "Sources/Stores/**/*.swift",
140       "dependencies": {
141         "Alicerce/Core": [
143         ],
144         "Alicerce/Logging": [
146         ],
147         "Alicerce/Resource": [
149         ],
150         "Alicerce/Network": [
152         ],
153         "Alicerce/Persistence": [
155         ],
156         "Alicerce/PerformanceMetrics": [
158         ]
159       }
160     },
161     {
162       "name": "View",
163       "source_files": "Sources/View/**/*.swift",
164       "dependencies": {
165         "Alicerce/Core": [
167         ]
168       },
169       "frameworks": "UIKit"
170     }
171   ]