[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 3.0.0 / SVGKit.podspec.json
blob32fb979a8016c91fc2310e09d0fa905c1185e9cf
2   "name": "SVGKit",
3   "version": "3.0.0",
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     "tag": "3.0.0"
24   },
25   "source_files": [
26     "Source/*.{h,m}",
27     "Source/**/*.{h,m}"
28   ],
29   "exclude_files": "Source/include/*.h",
30   "libraries": "xml2",
31   "frameworks": [
32     "QuartzCore",
33     "CoreText"
34   ],
35   "dependencies": {
36     "CocoaLumberjack": [
37       "~> 3.0"
38     ]
39   },
40   "module_map": "SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap",
41   "requires_arc": true,
42   "pod_target_xcconfig": {
43     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
44     "CLANG_CXX_LIBRARY": "libc++",
45     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
46   }