blob: 71ff1fb1fe5c737e4173f4c79dfff23f991a2731 [file] [log] [blame]
{
"name": "CleanArchitecture",
"version": "2.0.147",
"summary": "Clean Architecture for iOS",
"description": "Clean architecture for iOS apps",
"homepage": "https://github.com/velvetroom/clean-architecture",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iturbide": "clean_architecture@iturbi.de"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/velvetroom/clean-architecture.git",
"tag": "v2.0.147"
},
"source_files": "Source/*.swift",
"swift_version": "4.2",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"prefix_header_file": false,
"static_framework": true
}