blob: fbbc1fbf4989c5f967fff75e297b375af56e5e37 [file] [log] [blame]
{
"name": "JudoKitObjC",
"version": "6.0.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/JudoKitObjC.git",
"tag": "6.0.1"
},
"documentation_url": "https://judopay.github.io/JudoKitObjC/",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{m,h}",
"dependencies": {
"JudoShield": [
]
},
"frameworks": [
"CoreLocation",
"Security",
"CoreTelephony"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/JudoShield/Source"
}
}