8 "homepage": "https://github.com/Mindera/Alicerce.git",
10 "Mindera": "ios@mindera.com"
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.",
15 "git": "https://github.com/Mindera/Alicerce.git",
18 "module_name": "Alicerce",
19 "swift_versions": "5.7",
26 "source_files": "Sources/{Utils,Shared}/**/*.swift",
28 "Alicerce/Extensions/Foundation": [
35 "source_files": "Sources/Analytics/**/*.swift",
44 "source_files": "Sources/AutoLayout/*.swift",
46 "Alicerce/Extensions/UIKit": [
53 "name": "DeepLinking",
54 "source_files": "Sources/DeepLinking/**/*.swift",
67 "source_files": "Sources/Extensions/Foundation/*.{swift,h,m}",
68 "frameworks": "Foundation"
72 "source_files": "Sources/Extensions/UIKit/*.{swift,h,m}",
79 "source_files": "Sources/Logging/**/*.swift",
88 "source_files": "Sources/Network/**/*.swift",
101 "source_files": "Sources/Observers/**/*.swift",
102 "frameworks": "UIKit"
105 "name": "PerformanceMetrics",
106 "source_files": "Sources/PerformanceMetrics/**/*.swift",
114 "name": "Persistence",
115 "source_files": "Sources/Persistence/*.swift",
120 "Alicerce/Logging": [
123 "Alicerce/PerformanceMetrics": [
130 "source_files": "Sources/Persistence/CoreData/*.{swift,h,m}",
131 "frameworks": "CoreData"
136 "name": "StackOrchestrator",
137 "source_files": "Sources/StackOrchestrator/**/*.swift",
142 "Alicerce/Logging": [
145 "Alicerce/Network": [
148 "Alicerce/Persistence": [
151 "Alicerce/PerformanceMetrics": [
158 "source_files": "Sources/View/**/*.swift",
164 "frameworks": "UIKit"
167 "swift_version": "5.7"