blob: c14b857e6d710845543b9bf0e9c61b7c301663b3 [file] [log] [blame]
{
"name": "Kipochi",
"version": "1.4.0",
"summary": "Kipochi is a SDK for Payment Getway.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/parthdigitus/Kipochi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"parthdigitus": "parth.bhadaja@digituscomputing.com"
},
"source": {
"git": "https://github.com/parthdigitus/Kipochi.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Kipochi/Classes/**/*.{swift}",
"resource_bundles": {
"Kipochi": [
"Kipochi/Classes/**/*.{storyboard,xib}",
"Kipochi/Assets/*.png"
]
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"EVReflection/MoyaRxSwift": [
],
"SVProgressHUD": [
]
}
}
]
}