[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / e / b / d / SmallSVGRep / 0.0.1 / SmallSVGRep.podspec.json
blob5ad047ca295e540d4a86b570fc3e007351331383
2   "name": "SmallSVGRep",
3   "version": "0.0.1",
4   "summary": "Standalone svg image rep for macOS",
5   "description": "This is a standalone svg image rep for macOS written in Objective-C. The idea behind it was to have svg image support without the least amount of external dependencies possible.",
6   "homepage": "https://github.com/freddietilley/SmallSVGRep",
7   "license": "BSD-License 2",
8   "authors": {
9     "Freddie Tilley": "freddie.tilley@impending.nl"
10   },
11   "platforms": {
12     "osx": "10.9"
13   },
14   "source": {
15     "git": "https://github.com/freddietilley/SmallSVGRep.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "SmallSVGRep/SVGImageRep.h",
20     "SmallSVGRep/SVGImageRep.m"
21   ]