[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / 8 / 1 / DoricSVG / 0.1.11 / DoricSVG.podspec.json
blob0674abdb2733f3dd28c4546e13fd7be0cdb11dc8
2   "name": "DoricSVG",
3   "version": "0.1.11",
4   "summary": "Doric extension library for SVG",
5   "description": "Doric SVG plugin to load SVG.",
6   "homepage": "https://github.com/doric-pub/DoricSVG",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xcoder1011": "shangkunwu@msn.com"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/DoricSVG.git",
16     "tag": "0.1.11"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "iOS/Classes/**/*",
22   "resources": "dist/**/*",
23   "public_header_files": "iOS/Classes/**/*.h",
24   "dependencies": {
25     "DoricCore": [
27     ],
28     "SKSVG": [
30     ]
31   }