blob: 1e8ca195028b7869a18d5c2bd705701b644413ee [file] [log] [blame]
{
"name": "Alicerce",
"version": "0.2.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.2.0"
},
"module_name": "Alicerce",
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"Security"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(inherited), $(PODS_TARGET_SRCROOT)/Sources/DummyFrameworks/CCommonCrypto"
},
"preserve_paths": "Sources/DummyFrameworks/CCommonCrypto/module.modulemap"
}