[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 5 / 1 / Alicerce / 0.4.0 / Alicerce.podspec.json
blobcbe5153a658180a7154d8880510e342ebdbadf32
2   "name": "Alicerce",
3   "version": "0.4.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.4.0"
17   },
18   "module_name": "Alicerce",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "source_files": [
24     "Sources/**/*.swift"
25   ],
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreData",
30     "Security"
31   ],
32   "dependencies": {
33     "Result": [
34       "~> 4.0"
35     ]
36   }