blob: 9cff1a6ed6ca2776c7a9cebbee74f82e82998126 [file] [log] [blame]
{
"name": "JudoKit",
"version": "5.2.1",
"summary": "Judo Pay Full iOS Client Kit",
"homepage": "http://judopay.com/",
"license": "MIT",
"authors": {
"Hamon Ben Riazy": "hamon.riazy@judopayments.com"
},
"source": {
"git": "https://github.com/JudoPay/JudoKit.git",
"tag": "5.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"dependencies": {
"Judo": [
],
"JudoShield": [
]
},
"frameworks": [
"CoreLocation",
"Security",
"CoreTelephony"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/JudoShield/Framework",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
}