[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / a / 5 / 1 / Alicerce / 0.13.0 / Alicerce.podspec.json
blob94dd1dd24184cd2f5dcca1307dce3a026f7523c3
2   "name": "Alicerce",
3   "version": "0.13.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.13.0"
17   },
18   "module_name": "Alicerce",
19   "swift_versions": "5.4",
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": "UIKit",
67           "source_files": "Sources/Extensions/UIKit/*.{swift,h,m}",
68           "frameworks": "UIKit"
69         }
70       ]
71     },
72     {
73       "name": "Logging",
74       "source_files": "Sources/Logging/**/*.swift",
75       "dependencies": {
76         "Alicerce/Core": [
78         ]
79       }
80     },
81     {
82       "name": "Network",
83       "source_files": "Sources/Network/**/*.swift",
84       "dependencies": {
85         "Alicerce/Core": [
87         ]
88       },
89       "frameworks": "Security"
90     },
91     {
92       "name": "Observers",
93       "source_files": "Sources/Observers/**/*.swift",
94       "frameworks": "UIKit"
95     },
96     {
97       "name": "PerformanceMetrics",
98       "source_files": "Sources/PerformanceMetrics/**/*.swift",
99       "dependencies": {
100         "Alicerce/Core": [
102         ]
103       }
104     },
105     {
106       "name": "Persistence",
107       "source_files": "Sources/Persistence/*.swift",
108       "dependencies": {
109         "Alicerce/Core": [
111         ],
112         "Alicerce/Logging": [
114         ],
115         "Alicerce/PerformanceMetrics": [
117         ]
118       },
119       "subspecs": [
120         {
121           "name": "CoreData",
122           "source_files": "Sources/Persistence/CoreData/*.{swift,h,m}",
123           "frameworks": "CoreData"
124         }
125       ]
126     },
127     {
128       "name": "StackOrchestrator",
129       "source_files": "Sources/StackOrchestrator/**/*.swift",
130       "dependencies": {
131         "Alicerce/Core": [
133         ],
134         "Alicerce/Logging": [
136         ],
137         "Alicerce/Network": [
139         ],
140         "Alicerce/Persistence": [
142         ],
143         "Alicerce/PerformanceMetrics": [
145         ]
146       }
147     },
148     {
149       "name": "View",
150       "source_files": "Sources/View/**/*.swift",
151       "dependencies": {
152         "Alicerce/Core": [
154         ]
155       },
156       "frameworks": "UIKit"
157     }
158   ],
159   "swift_version": "5.4"