blob: bf1f3ed84d15903e63009d1be68d027642094dce [file] [log] [blame]
{
"name": "OKit",
"version": "1.0.0",
"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.0"
},
"source_files": "OKit/**/*.{swift,h,png}",
"swift_versions": "5",
"swift_version": "5"
}