blob: 8f6c8dd5529a9fdd124fcd1c9a0e0b83fdddbb2e [file] [log] [blame]
{
"name": "UMAlertPickers",
"version": "0.1.1",
"summary": "A short description of UMAlertPickers.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ureymutuale/alerts-and-pickers",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Urey Mutuale": "ureymutuale@gmail.com"
},
"source": {
"git": "https://github.com/ureymutuale/alerts-and-pickers",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*.{swift}",
"resources": [
"Source/**/*.{xib,bundle}",
"Source/**/*.{xcassets,png}"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"HEADER_SEARCH_PATHS": "$(inherited)"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
},
"frameworks": "UIKit"
}