[Add] FTMobileSDK 1.5.10-alpha.1
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 2.1.1 / SVGKit.podspec.json
bloba6913737bda5f26894bd12816b33827f75ad5723
2   "name": "SVGKit",
3   "version": "2.1.1",
4   "license": "MIT",
5   "platforms": {
6     "osx": "10.9",
7     "ios": "5.0",
8     "tvos": "9.0"
9   },
10   "summary": "Display and interact with SVG Images on iOS, using native rendering (CoreAnimation).",
11   "homepage": "https://github.com/SVGKit/SVGKit",
12   "authors": {
13     "Steven Fusco": "github@stevenfusco.com",
14     "adamgit": "adam.m.s.martin@gmail.com",
15     "Kevin Stich": "stich@50cubes.com",
16     "Joshua May": "notjosh@gmail.com",
17     "Eric Man": "meric.au@gmail.com",
18     "Matt Rajca": "matt.rajca@me.com",
19     "Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
20   },
21   "source": {
22     "git": "https://github.com/SVGKit/SVGKit.git",
23     "commit": "4b507e48da30711e25d1bcdd19580f25887a2267"
24   },
25   "source_files": [
26     "Source/*.{h,m}",
27     "Source/**/*.{h,m}"
28   ],
29   "ios": {
30     "exclude_files": [
31       "Source/AppKit additions/*.{h,m}",
32       "Source/Exporters/SVGKExporterNSImage.{h,m}"
33     ]
34   },
35   "tvos": {
36     "exclude_files": [
37       "Source/AppKit additions/*.{h,m}",
38       "Source/Exporters/SVGKExporterNSImage.{h,m}"
39     ]
40   },
41   "osx": {
42     "exclude_files": "Source/Exporters/SVGKExporterUIImage.{h,m}"
43   },
44   "libraries": "xml2",
45   "frameworks": [
46     "QuartzCore",
47     "CoreText"
48   ],
49   "dependencies": {
50     "CocoaLumberjack": [
51       "~> 3.0"
52     ]
53   },
54   "prefix_header_file": "SVGKitLibrary/SVGKit-iOS/SVGKit-Prefix.pch",
55   "module_map": "SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap",
56   "requires_arc": true,
57   "xcconfig": {
58     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
59     "CLANG_CXX_LIBRARY": "libc++",
60     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
61   }