blob: c99424b35a715dda8fb01e66f12c0fca1ea8ae6f [file] [log] [blame]
{
"name": "CitrusGraphics",
"version": "1.0",
"summary": "A lightweight, pure-Swift library for downloading and caching images from the web.",
"description": "Dynamic Assets will be available in a new package which could be consumed by any module for their assets requirements. All the assets will be hosted in cloud and SDK will have both default & low resolution image for it which will be replaced by high resolution image once asset is downloaded and cached based on device specification.",
"homepage": "https://github.com/citruspay/citruspay-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mukesh Patil": "mukesh.patil@citruspay.com"
},
"source": {
"git": "https://github.com/citruspay/citruspay-ios-sdk.git",
"tag": "graphics.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"preserve_paths": "**"
},
"vendored_frameworks": "Framework/graphics-sdk/CitrusGraphics.framework",
"dependencies": {
"Kingfisher": [
]
}
}