[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / c / f / 7 / CitrusGraphics / 0.0.1 / CitrusGraphics.podspec.json
blobc1673241317bb0c1b42ee8859c3decba20f0fc62
2   "name": "CitrusGraphics",
3   "version": "0.0.1",
4   "summary": "A lightweight, pure-Swift library for downloading and caching images from the web.",
5   "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.",
6   "homepage": "https://github.com/citruspay/citruspay-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mukesh Patil": "mukesh.patil@citruspay.com"
13   },
14   "source": {
15     "git": "https://github.com/citruspay/citruspay-ios-sdk.git",
16     "tag": "graphics.0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "ios": {
23     "preserve_paths": "**"
24   },
25   "vendored_frameworks": "Framework/graphics-sdk/CitrusGraphics.framework",
26   "dependencies": {
27     "Kingfisher": [
29     ]
30   }