[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 8 / PocketSVG / 2.5.0 / PocketSVG.podspec.json
blob2b305efd9d4e616d02ec5594d377191404a81606
2   "name": "PocketSVG",
3   "version": "2.5.0",
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": "8.1",
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.5.0"
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   "resources": "SVGColors.plist",
39   "ios": {
40     "source_files": "SVGImageView_iOS.h"
41   },
42   "osx": {
43     "source_files": "SVGImageView_Mac.h"
44   }