[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / 0 / b / XSYSVGKit / 1.0.1 / XSYSVGKit.podspec.json
blobe7afd77b13c3279e7a58a542da38b2a2ed3f099d
2   "name": "XSYSVGKit",
3   "version": "1.0.1",
4   "summary": "XSYSVGKit.",
5   "homepage": "https://github.com/yuping-iOS/XSYSVGKit",
6   "license": "MIT",
7   "authors": {
8     "yuping": "yuping@xiaoshouyi.com"
9   },
10   "platforms": {
11     "ios": "5.0",
12     "tvos": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/yuping-iOS/XSYSVGKit.git",
16     "tag": "1.0.1"
17   },
18   "ios": {
19     "source_files": [
20       "Source/*{.h,m}",
21       "Source/DOM classes/**/*.{h,m}",
22       "Source/Exporters/*.{h,m}",
23       "Source/Parsers/**/*.{h,m}",
24       "Source/QuartzCore additions/**/*.{h,m}",
25       "Source/Sources/**/*.{h,m}",
26       "Source/UIKit additions/**/*.{h,m}",
27       "Source/Unsorted/**/*.{h,m}"
28     ]
29   },
30   "libraries": "xml2",
31   "frameworks": [
32     "QuartzCore",
33     "CoreText"
34   ],
35   "dependencies": {
36     "CocoaLumberjack": [
37       "~> 3.x"
38     ]
39   },
40   "prefix_header_file": "SVGKitLibrary/SVGKit-iOS/SVGKit-iOS-Prefix.pch",
41   "requires_arc": true,
42   "xcconfig": {
43     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11",
44     "CLANG_CXX_LIBRARY": "libc++",
45     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
46   }