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