blob: cbe5153a658180a7154d8880510e342ebdbadf32 [file] [log] [blame]
{
"name": "Alicerce",
"version": "0.4.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Mindera/Alicerce.git",
"authors": {
"Mindera": "ios@mindera.com"
},
"summary": "A base for iOS Applications made with ❤️ by Mindera 🤠",
"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.",
"source": {
"git": "https://github.com/Mindera/Alicerce.git",
"tag": "0.4.0"
},
"module_name": "Alicerce",
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/**/*.swift"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"Security"
],
"dependencies": {
"Result": [
"~> 4.0"
]
}
}