blob: d209ec2cff4de6724382f89b6cef460bd7abc539 [file] [log] [blame]
{
"name": "CleanArchitecture",
"version": "1.15.134",
"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": "v1.15.134"
},
"source_files": "Source/*.swift",
"swift_version": "4.2",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"prefix_header_file": false,
"static_framework": true
}