blob: 46b95fc9fefab448907b762bfc7f0423ef62aa88 [file] [log] [blame]
{
"name": "JudoKit",
"version": "5.5",
"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.5"
},
"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"
}
}