blob: b00e671a22610fe63a16a3b4d924d10d1e398925 [file] [log] [blame]
{
"name": "ModernDesignExtensions",
"summary": "A collection of useful type extensions used for iOS apps development.",
"version": "1.3.1",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": ">= 1.4.0",
"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.3.1"
},
"source_files": "Modules/RoxieMobile.ModernDesign/Sources/Extensions/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MODERNDESIGN_FRAMEWORK_VERSION=@\\\"1.3.1\\\""
},
"dependencies": {
"SwiftCommons/Lang": [
"~> 1.3.1"
]
}
}