| { |
| "name": "XSYSVGKit", |
| "version": "1.0.1", |
| "summary": "XSYSVGKit.", |
| "homepage": "https://github.com/yuping-iOS/XSYSVGKit", |
| "license": "MIT", |
| "authors": { |
| "yuping": "yuping@xiaoshouyi.com" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/yuping-iOS/XSYSVGKit.git", |
| "tag": "1.0.1" |
| }, |
| "ios": { |
| "source_files": [ |
| "Source/*{.h,m}", |
| "Source/DOM classes/**/*.{h,m}", |
| "Source/Exporters/*.{h,m}", |
| "Source/Parsers/**/*.{h,m}", |
| "Source/QuartzCore additions/**/*.{h,m}", |
| "Source/Sources/**/*.{h,m}", |
| "Source/UIKit additions/**/*.{h,m}", |
| "Source/Unsorted/**/*.{h,m}" |
| ] |
| }, |
| "libraries": "xml2", |
| "frameworks": [ |
| "QuartzCore", |
| "CoreText" |
| ], |
| "dependencies": { |
| "CocoaLumberjack": [ |
| "~> 3.x" |
| ] |
| }, |
| "prefix_header_file": "SVGKitLibrary/SVGKit-iOS/SVGKit-iOS-Prefix.pch", |
| "requires_arc": true, |
| "xcconfig": { |
| "CLANG_CXX_LANGUAGE_STANDARD": "gnu++11", |
| "CLANG_CXX_LIBRARY": "libc++", |
| "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2" |
| } |
| } |