blob: 70471c09e1a6c64dc0dd61fbff2849f7ef1b2b48 [file] [log] [blame]
{
"name": "AtlasFramework",
"version": "1.3.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.3.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"
}