[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / c / 4 / 8 / PocketSVG / 2.7.2 / PocketSVG.podspec.json
blobf807e9e6dfe6c5b35c18cd6146c012f14a5e4073
2   "name": "PocketSVG",
3   "version": "2.7.2",
4   "summary": "Easily convert your SVG files into CGPaths, CAShapeLayers, and UIBezierPaths",
5   "homepage": "https://github.com/pocketsvg/PocketSVG",
6   "authors": {
7     "Ponderwell, Fjölnir Ásgeirsson, Ariel Elkin, and Contributors": "https://github.com/pocketsvg/PocketSVG"
8   },
9   "platforms": {
10     "ios": "9.0",
11     "osx": "10.10"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "source": {
18     "git": "https://github.com/pocketsvg/PocketSVG.git",
19     "tag": "2.7.2"
20   },
21   "requires_arc": true,
22   "frameworks": "QuartzCore",
23   "libraries": [
24     "xml2",
25     "stdc++"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "source_files": [
31     "Sources/",
32     "Sources/include"
33   ],
34   "resources": "Sources/Resources/SVGColors.plist",
35   "osx": {
36     "exclude_files": "SVGImageView_iOS.h"
37   },
38   "ios": {
39     "exclude_files": "SVGImageView_Mac.h"
40   }