[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / 4 / 9 / SVGKit / 0.0.1 / SVGKit.podspec.json
blob83d10d3997ecb31bc409d4f1cc53dcfae8e2ae4e
2   "name": "SVGKit",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "A Cocoa framework for rendering SVG files as Core Animation layers.",
6   "homepage": "https://github.com/SVGKit/SVGKit",
7   "authors": {
8     "Steven Fusco": "sfusco@spiral.local",
9     "adam": "git.sucks.this.email.doesnt.exist@mailinator.com",
10     "adamgit": "git.sucks.this.email.doesnt.exist@mailinator.com",
11     "Kevin Stich": "stich@50cubes.com",
12     "Joshua May": "notjosh@gmail.com",
13     "Eric Man": "Eric@eric-mans-macbook-2.local",
14     "Matt Rajca": "matt.rajca@me.com",
15     "Moritz Pfeiffer": "moritz.pfeiffer@alp-phone.ch"
16   },
17   "source": {
18     "git": "https://github.com/SVGKit/SVGKit.git",
19     "commit": "c18561e954c445fdc904f0c999a3d289ddd594f6"
20   },
21   "ios": {
22     "source_files": [
23       "Core/**/*.{h,m}",
24       "iOS/**/*.{h,m}"
25     ]
26   },
27   "osx": {
28     "source_files": [
29       "Core/**/*.{h,m}",
30       "Mac/**/*.{h,m}",
31       "iOS/CAShapeLayerWithHitTest.{h,m}",
32       "iOS/CALayerWithChildHitTest.{h,m}"
33     ]
34   },
35   "libraries": "xml2",
36   "xcconfig": {
37     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
38   },
39   "requires_arc": false