blob: 8ffb3f3d83cf50f16b567b6b60bdd076e962b0ee [file] [log] [blame]
{
"name": "JudoKit",
"version": "5.4",
"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.4"
},
"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"
}
}