blob: ea4c7aa81d5bf3f907c0ae31aacf702b66704324 [file] [log] [blame]
{
"name": "CleanSwift",
"version": "1.0.0",
"summary": "A CleanSwift framework.",
"homepage": "https://github.com/marcosmko/CleanSwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marcos Kobuchi": "marcos.kobuchi@undercaffeine.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/marcosmko/CleanSwift.git",
"tag": "1.0.0"
},
"ios": {
"source_files": "Sources/**/*.swift"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"swift_version": "5.0"
}