[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / b / 9 / UIImage+SVG / 0.1 / UIImage+SVG.podspec.json
blobc4c084949d81feac1d68b7bcf71fbc3491d5da54
2   "name": "UIImage+SVG",
3   "version": "0.1",
4   "summary": "SVG images for iOS. Category on UIKit's UIImage to display SVG files.",
5   "description": "                   SVG images for iOS. Category on UIKit's UIImage to display SVG files.\n\n                   * Image Cache\n                   * Fill with color\n",
6   "homepage": "https://github.com/Label305/UIImage-SVG",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thijs Scheepers": "thijs@label305.com"
13   },
14   "source": {
15     "git": "https://github.com/Label305/UIImage-SVG.git",
16     "tag": "0.1"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "libraries": [
23     "z",
24     "xml2"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "source_files": "Classes/*.{h,m}",
30   "dependencies": {
31     "RaptureXML": [
32       "~>1.0.1"
33     ]
34   }