blob: f36b776930cff1d5d3a19a6354d27e109ae7a720 [file] [log] [blame]
{
"name": "CitrusGraphics",
"version": "1.1.2",
"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.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"preserve_paths": "**"
},
"vendored_frameworks": "Framework/graphics-sdk/CitrusGraphics.framework",
"dependencies": {
"Kingfisher": [
]
},
"pushed_with_swift_version": "3.0"
}