[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / SwiftGraphics / 0.0.4 / SwiftGraphics.podspec.json
blob9f59730f424a35b084cdfff8df70234741408141
2   "name": "SwiftGraphics",
3   "version": "0.0.4",
4   "summary": "Bringing Swift goodness to Quartz.",
5   "homepage": "https://github.com/schwa/SwiftGraphics",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Wight": "schwa@toxicsoftware.com"
12   },
13   "source": {
14     "git": "https://github.com/rhcad/SwiftGraphics.git",
15     "tag": "0.0.4"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "SwiftGraphics/*.{h,m,mm,swift}",
22       "platforms": {
23         "ios": "8.0",
24         "osx": "10.9"
25       },
26       "frameworks": [
27         "Foundation",
28         "CoreGraphics"
29       ]
30     },
31     {
32       "name": "iOS",
33       "platforms": {
34         "ios": "8.0"
35       },
36       "source_files": "SwiftGraphics_iOS/*.{h,m,swift}",
37       "dependencies": {
38         "SwiftGraphics/Core": [
40         ]
41       },
42       "frameworks": [
43         "UIKit"
44       ]
45     },
46     {
47       "name": "OSX",
48       "platforms": {
49         "osx": "10.9"
50       },
51       "source_files": "SwiftGraphics_OSX/*.{h,m,swift}",
52       "dependencies": {
53         "SwiftGraphics/Core": [
55         ]
56       },
57       "frameworks": [
58         "AppKit"
59       ]
60     }
61   ]