blob: d5897ca9349b031ca03ce13fb84583c78b1f02d7 [file] [log] [blame]
{
"name": "mytestpod",
"version": "0.1.3",
"summary": "mytestpod.",
"description": "for testing mytestpod",
"homepage": "https://github.com/mukesh122/mytestpod",
"license": "MIT",
"authors": {
"Mukesh Patil": "mukesh.patil@citruspay.com"
},
"source": {
"git": "https://github.com/mukesh122/mytestpod.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"preserve_paths": "**"
},
"public_header_files": "Pod/Classes/CitrusPay Framework+Resources/CitrusPayiOSSDK-Framework.framework/**/*.h",
"vendored_frameworks": "Pod/Classes/CitrusPay Framework+Resources/CitrusPayiOSSDK-Framework.framework",
"resource_bundles": {
"mytestpod": [
"Pod/Assets/*.*"
]
}
}