blob: 7ec41d77da1eadf64de7e7b9cb03667f9ee676ed [file] [log] [blame]
{
"name": "ModernDesignExtensions",
"summary": "A collection of useful type extensions used for iOS apps development.",
"version": "1.4.0",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"cocoapods_version": ">= 1.7.5",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/modern-design.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/modern-design.ios.git",
"tag": "1.4.0"
},
"source_files": "Modules/RoxieMobile.ModernDesign/Sources/Extensions/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MODERNDESIGN_FRAMEWORK_VERSION=@\\\"1.4.0\\\""
},
"dependencies": {
"SwiftCommons/Lang": [
"~> 1.4.0"
]
},
"swift_version": "4.2"
}