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