blob: e186998276a4fe8f1be422e35744c0be90beb58d [file] [log] [blame]
{
"name": "kotlin_simple_architecture_ios",
"version": "0.0.4",
"summary": "Kotlin Simple Architecture for Ios",
"description": "Kotlin Simple Architecture Ios - simple development on IOS",
"homepage": "https://github.com/dss99911/kotlin-simple-architecture",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"authors": {
"Jeonghyeon Kim": "dss99911@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/dss99911/kotlin-simple-architecture.git",
"tag": "0.0.4"
},
"source_files": "kotlin_simple_architecture_ios/kotlin_simple_architecture_ios/**/*.{h,m,swift}",
"swift_versions": "5.4",
"weak_frameworks": [
"SwiftUI",
"Combine"
],
"swift_version": "5.4"
}