[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 8 / d / SDWebImageSVGNativeCoder / 0.1.0 / SDWebImageSVGNativeCoder.podspec.json
blob4d6d352b23ad32e7b65577d5ed18bf2e76d7753d
2   "name": "SDWebImageSVGNativeCoder",
3   "version": "0.1.0",
4   "summary": "SVG-Native vector image coder plugin for SDWebImage.",
5   "description": "This SDWebImage coder plugin, use adobe svg-native-viewer library to provide SVG-Native (subset of SVG 1.1) vector image support",
6   "homepage": "https://github.com/SDWebImage/SDWebImageSVGNativeCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dreampiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageSVGNativeCoder.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "SDWebImageSVGNativeCoder/Classes/**/*",
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) BOOST_VARIANT_DETAIL_NO_SUBSTITUTE=1",
27     "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/svgnative/svg-native-viewer/third_party/boost_variant_property_tree"
28   },
29   "dependencies": {
30     "SDWebImage": [
31       "~> 5.10"
32     ],
33     "svgnative": [
34       ">= 0.1.0-beta"
35     ]
36   }