blob: 052e0b5e9f08aec5e68a47b9db038c0ec5124ed2 [file] [log] [blame]
{
"name": "Alicerce",
"version": "0.3.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.3.0"
},
"module_name": "Alicerce",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources/**/*.swift"
],
"preserve_paths": [
"install_common_crypto.sh"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"Security"
],
"dependencies": {
"Result": [
"~> 4.0"
]
},
"script_phases": {
"name": "CommonCrypto",
"script": "${PODS_TARGET_SRCROOT}/install_common_crypto.sh",
"execution_position": "before_compile"
}
}