blob: c4c084949d81feac1d68b7bcf71fbc3491d5da54 [file] [log] [blame]
{
"name": "UIImage+SVG",
"version": "0.1",
"summary": "SVG images for iOS. Category on UIKit's UIImage to display SVG files.",
"description": " SVG images for iOS. Category on UIKit's UIImage to display SVG files.\n\n * Image Cache\n * Fill with color\n",
"homepage": "https://github.com/Label305/UIImage-SVG",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Thijs Scheepers": "thijs@label305.com"
},
"source": {
"git": "https://github.com/Label305/UIImage-SVG.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"libraries": [
"z",
"xml2"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"source_files": "Classes/*.{h,m}",
"dependencies": {
"RaptureXML": [
"~>1.0.1"
]
}
}