blob: b942d0de8bdd893544e2f1a3ad1cca983199d1f2 [file] [log] [blame]
{
"name": "AtlasFramework",
"version": "1.2.0",
"summary": "Atlas is a framework that helps you structure your iOS app using the MVVM-C architecture pattern.",
"description": "Atlas is a framework that helps you structure your iOS app using the MVVM-C architecture pattern.\nThe Atlas framework is based on the concepts introduced in the MVVM-C talk by Steve Scott.",
"homepage": "https://github.com/dm-drogeriemarkt/atlas-framework",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Engel, Stefan": "stefan.engel@dm.de"
},
"source": {
"git": "https://github.com/dm-drogeriemarkt/atlas-framework.git",
"tag": "1.2.0"
},
"source_files": "Atlas/Atlas/**/*.{h,m,swift}",
"public_header_files": "Atlas/Atlas/**/*.h",
"swift_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2"
}