blob: 3b0d2f618bd7d971fdaa31b62fbcd6b3262bd17d [file] [log] [blame]
{
"name": "SwiftUIFormValidator",
"version": "0.1.0",
"summary": "A declarative form validation for SwiftUI",
"description": "A declarative form validation for SwiftUI. Clean, simple, and customizable.",
"homepage": "https://github.com/ShabanKamell/SwiftUIFormValidator",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"ShabanKamell": "sh3ban.kamel@gmail.com"
},
"source": {
"git": "https://github.com/ShabanKamell/SwiftUIFormValidator.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ShaAhKa",
"swift_versions": "5.4",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*",
"exclude_files": "Sources/Supporting Files/**/*",
"frameworks": "Foundation",
"swift_version": "5.4"
}