[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / f / 7 / CitrusGraphics / 1.0 / CitrusGraphics.podspec.json
blobc99424b35a715dda8fb01e66f12c0fca1ea8ae6f
2   "name": "CitrusGraphics",
3   "version": "1.0",
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.1.0"
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   }