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.0",
23 "swift_version": "5.0",
27 "source_files": "Sources/{Utils,Shared}/**/*.swift",
29 "Alicerce/Extensions/Foundation": [
36 "source_files": "Sources/Analytics/**/*.swift",
44 "name": "DeepLinking",
45 "source_files": "Sources/DeepLinking/**/*.swift",
58 "source_files": "Sources/Extensions/Foundation/*.{swift,h,m}",
59 "frameworks": "Foundation"
63 "source_files": "Sources/Extensions/QuartzCore/*.{swift,h,m}",
64 "frameworks": "QuartzCore"
68 "source_files": "Sources/Extensions/UIKit/*.{swift,h,m}",
75 "source_files": "Sources/Logging/**/*.swift",
84 "source_files": "Sources/Network/**/*.swift",
86 "Alicerce/Resource": [
90 "frameworks": "Security"
94 "source_files": "Sources/Observers/**/*.swift",
98 "name": "PerformanceMetrics",
99 "source_files": "Sources/PerformanceMetrics/**/*.swift",
107 "name": "Persistence",
108 "source_files": "Sources/Persistence/*.swift",
113 "Alicerce/Logging": [
116 "Alicerce/PerformanceMetrics": [
123 "source_files": "Sources/Persistence/CoreData/*.{swift,h,m}",
124 "frameworks": "CoreData"
130 "source_files": "Sources/Resource/**/*.swift",
139 "source_files": "Sources/Stores/**/*.swift",
144 "Alicerce/Logging": [
147 "Alicerce/Resource": [
150 "Alicerce/Network": [
153 "Alicerce/Persistence": [
156 "Alicerce/PerformanceMetrics": [
163 "source_files": "Sources/View/**/*.swift",
169 "frameworks": "UIKit"