[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / 1 / Alicerce / 0.9.0 / Alicerce.podspec.json
blob30ccbf6f10bd5e14e0458700c1fba63fafa53e88
2   "name": "Alicerce",
3   "version": "0.9.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.9.0"
17   },
18   "module_name": "Alicerce",
19   "swift_versions": "5.2",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/{Utils,Shared}/**/*.swift",
27       "dependencies": {
28         "Alicerce/Extensions/Foundation": [
30         ]
31       }
32     },
33     {
34       "name": "Analytics",
35       "source_files": "Sources/Analytics/**/*.swift",
36       "dependencies": {
37         "Alicerce/Core": [
39         ]
40       }
41     },
42     {
43       "name": "AutoLayout",
44       "source_files": "Sources/AutoLayout/*.swift",
45       "frameworks": "UIKit"
46     },
47     {
48       "name": "DeepLinking",
49       "source_files": "Sources/DeepLinking/**/*.swift",
50       "dependencies": {
51         "Alicerce/Core": [
53         ]
54       },
55       "frameworks": "UIKit"
56     },
57     {
58       "name": "Extensions",
59       "subspecs": [
60         {
61           "name": "Foundation",
62           "source_files": "Sources/Extensions/Foundation/*.{swift,h,m}",
63           "frameworks": "Foundation"
64         },
65         {
66           "name": "QuartzCore",
67           "source_files": "Sources/Extensions/QuartzCore/*.{swift,h,m}",
68           "frameworks": "QuartzCore"
69         },
70         {
71           "name": "UIKit",
72           "source_files": "Sources/Extensions/UIKit/*.{swift,h,m}",
73           "frameworks": "UIKit"
74         }
75       ]
76     },
77     {
78       "name": "Logging",
79       "source_files": "Sources/Logging/**/*.swift",
80       "dependencies": {
81         "Alicerce/Core": [
83         ]
84       }
85     },
86     {
87       "name": "Network",
88       "source_files": "Sources/Network/**/*.swift",
89       "dependencies": {
90         "Alicerce/Resource": [
92         ]
93       },
94       "frameworks": "Security"
95     },
96     {
97       "name": "Observers",
98       "source_files": "Sources/Observers/**/*.swift",
99       "frameworks": "UIKit"
100     },
101     {
102       "name": "PerformanceMetrics",
103       "source_files": "Sources/PerformanceMetrics/**/*.swift",
104       "dependencies": {
105         "Alicerce/Core": [
107         ]
108       }
109     },
110     {
111       "name": "Persistence",
112       "source_files": "Sources/Persistence/*.swift",
113       "dependencies": {
114         "Alicerce/Core": [
116         ],
117         "Alicerce/Logging": [
119         ],
120         "Alicerce/PerformanceMetrics": [
122         ]
123       },
124       "subspecs": [
125         {
126           "name": "CoreData",
127           "source_files": "Sources/Persistence/CoreData/*.{swift,h,m}",
128           "frameworks": "CoreData"
129         }
130       ]
131     },
132     {
133       "name": "Resource",
134       "source_files": "Sources/Resource/**/*.swift",
135       "dependencies": {
136         "Alicerce/Core": [
138         ]
139       }
140     },
141     {
142       "name": "Stores",
143       "source_files": "Sources/Stores/**/*.swift",
144       "dependencies": {
145         "Alicerce/Core": [
147         ],
148         "Alicerce/Logging": [
150         ],
151         "Alicerce/Resource": [
153         ],
154         "Alicerce/Network": [
156         ],
157         "Alicerce/Persistence": [
159         ],
160         "Alicerce/PerformanceMetrics": [
162         ]
163       }
164     },
165     {
166       "name": "View",
167       "source_files": "Sources/View/**/*.swift",
168       "dependencies": {
169         "Alicerce/Core": [
171         ]
172       },
173       "frameworks": "UIKit"
174     }
175   ],
176   "swift_version": "5.2"