blob: 08d009ac126baf7462aed28d17ec0b7addb4818a [file] [log] [blame]
{
"name": "OKit",
"version": "1.0.1",
"summary": "Easy to use application framework for Swift, to create apps based on models and storyboards with (almost) no code.",
"description": "OKit is a Swift framework to build model based apps, based on inspectable properties used to bind storyboard controllers/controls to codable Swift models",
"homepage": "https://github.com/oklemenz/OKit",
"license": {
"type": "MIT"
},
"authors": {
"Oliver Klemenz": "oklemenz@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/oklemenz/OKit.git",
"tag": "1.0.1"
},
"source_files": "OKit/**/*.{swift,h,png}",
"swift_versions": "5",
"swift_version": "5"
}