blob: aad093aeb5af5009df4a82604665bef4d0430848 [file] [log] [blame]
{
"name": "ImageMPOS",
"version": "0.1.1",
"summary": "Update sub image.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/phoochaliaw/ImageMPOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tanakorn Phoochaliaw": "tanakorn@digio.co.th"
},
"source": {
"git": "https://github.com/phoochaliaw/ImageMPOS.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "KBANK",
"source_files": "ImageMPOS/Classes/**/*",
"resource_bundles": {
"ImageMPOSKBANK": [
"ImageMPOS/Assets/KBANK/*.png"
]
}
},
{
"name": "PAYSBUY",
"source_files": "ImageMPOS/Classes/**/*",
"resource_bundles": {
"ImageMPOSPAYSBUY": [
"ImageMPOS/Assets/PAYSBUY/*.png"
]
}
}
]
}