blob: 0c7d7da3f691617b6ce821334b2db7c15cf5e304 [file] [log] [blame]
{
"name": "Alicerce",
"version": "0.1.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.1.0"
},
"module_name": "Alicerce",
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
]
}