[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 2 / b / RFSVG / 1.0.0 / RFSVG.podspec.json
blob4b03ddfe2981ac4340c07d779b6a91be567f7de8
2   "name": "RFSVG",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A SVG caching library.",
6   "description": "Maintains a cache of rasterized SVG images to minimize the need to re-parse and re-render the SVG file every time it needs to be displayed.",
7   "homepage": "https://github.com/raumfeld/RFSVG",
8   "authors": {
9     "Dunja Lalic": "dunja.lalic@teufel.de"
10   },
11   "source": {
12     "git": "https://github.com/raumfeld/RFSVG.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "RFSVG/**/*.{h,m,swift}"
21   ],
22   "dependencies": {
23     "PocketSVG": [
25     ]
26   },
27   "pushed_with_swift_version": "3.0"