[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / c / 4 / 8 / PocketSVG / 2.6.0 / PocketSVG.podspec.json
blob0f163e5b0f66acba8b384c93c1a6a9b1314aadc6
2   "name": "PocketSVG",
3   "version": "2.6.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.6.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     "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   }