[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / a / 5 / 1 / Alicerce / 0.6.0 / Alicerce.podspec.json
blob3ec1537136296216c022dc196174fa018a261542
2   "name": "Alicerce",
3   "version": "0.6.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.6.0"
17   },
18   "module_name": "Alicerce",
19   "swift_version": "5.0",
20   "platforms": {
21     "ios": "9.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": "DeepLinking",
44       "source_files": "Sources/DeepLinking/**/*.swift",
45       "dependencies": {
46         "Alicerce/Core": [
48         ]
49       },
50       "frameworks": "UIKit"
51     },
52     {
53       "name": "Extensions",
54       "subspecs": [
55         {
56           "name": "Foundation",
57           "source_files": "Sources/Extensions/Foundation/*.{swift,h,m}",
58           "frameworks": "Foundation"
59         },
60         {
61           "name": "QuartzCore",
62           "source_files": "Sources/Extensions/QuartzCore/*.{swift,h,m}",
63           "frameworks": "QuartzCore"
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/Resource": [
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": "Resource",
129       "source_files": "Sources/Resource/**/*.swift",
130       "dependencies": {
131         "Alicerce/Core": [
133         ]
134       }
135     },
136     {
137       "name": "Stores",
138       "source_files": "Sources/Stores/**/*.swift",
139       "dependencies": {
140         "Alicerce/Core": [
142         ],
143         "Alicerce/Logging": [
145         ],
146         "Alicerce/Resource": [
148         ],
149         "Alicerce/Network": [
151         ],
152         "Alicerce/Persistence": [
154         ],
155         "Alicerce/PerformanceMetrics": [
157         ]
158       }
159     },
160     {
161       "name": "View",
162       "source_files": "Sources/View/**/*.swift",
163       "dependencies": {
164         "Alicerce/Core": [
166         ]
167       },
168       "frameworks": "UIKit"
169     }
170   ]