[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 8 / PocketSVG / 2.3.1 / PocketSVG.podspec.json
blob59ab2f410df4fda66e110f94c8c8f317b7612ff7
2   "name": "PocketSVG",
3   "version": "2.3.1",
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.3.1"
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     "PocketSVG.{h,mm}",
32     "SVGBezierPath.{h,mm}",
33     "SVGEngine.{h,mm}",
34     "SVGImageView.{h,m}",
35     "SVGLayer.{h,m}",
36     "SVGPortability.h"
37   ],
38   "ios": {
39     "source_files": "SVGImageView_iOS.h"
40   },
41   "osx": {
42     "source_files": "SVGImageView_Mac.h"
43   }