[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 7 / d / SwiftGraphics / 0.0.2.1 / SwiftGraphics.podspec.json
blobaf42ad7a18ff47c01d8c0b1070ba40cf36652f2c
2   "name": "SwiftGraphics",
3   "version": "0.0.2.1",
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   "social_media_url": "https://twitter.com/schwa",
14   "source": {
15     "git": "https://github.com/rhcad/SwiftGraphics.git",
16     "tag": "0.0.2.1"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": "SwiftGraphics/*.{h,m,mm,swift}",
23       "platforms": {
24         "ios": "8.0",
25         "osx": "10.9"
26       },
27       "frameworks": [
28         "Foundation",
29         "CoreGraphics"
30       ]
31     },
32     {
33       "name": "iOS",
34       "platforms": {
35         "ios": "8.0"
36       },
37       "source_files": "SwiftGraphics_iOS/*.{h,m,swift}",
38       "dependencies": {
39         "SwiftGraphics/Core": [
41         ]
42       },
43       "frameworks": [
44         "UIKit"
45       ]
46     },
47     {
48       "name": "OSX",
49       "platforms": {
50         "osx": "10.9"
51       },
52       "source_files": "SwiftGraphics_OSX/*.{h,m,swift}",
53       "dependencies": {
54         "SwiftGraphics/Core": [
56         ]
57       },
58       "frameworks": [
59         "AppKit"
60       ]
61     }
62   ]