[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 7 / d / SwiftGraphics / 0.0.2 / SwiftGraphics.podspec.json
blob6490433bd228583028efc8473566846d0e9ba4ea
2   "name": "SwiftGraphics",
3   "version": "0.0.2",
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.2"
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     },
27     {
28       "name": "iOS",
29       "platforms": {
30         "ios": "8.0"
31       },
32       "source_files": "SwiftGraphics_iOS/*.{h,m,swift}",
33       "dependencies": {
34         "SwiftGraphics/Core": [
36         ]
37       }
38     },
39     {
40       "name": "OSX",
41       "platforms": {
42         "osx": "10.9"
43       },
44       "source_files": "SwiftGraphics_OSX/*.{h,m,swift}",
45       "dependencies": {
46         "SwiftGraphics/Core": [
48         ]
49       }
50     }
51   ]