blob: 9f59730f424a35b084cdfff8df70234741408141 [file] [log] [blame]
{
"name": "SwiftGraphics",
"version": "0.0.4",
"summary": "Bringing Swift goodness to Quartz.",
"homepage": "https://github.com/schwa/SwiftGraphics",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jonathan Wight": "schwa@toxicsoftware.com"
},
"source": {
"git": "https://github.com/rhcad/SwiftGraphics.git",
"tag": "0.0.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "SwiftGraphics/*.{h,m,mm,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"frameworks": [
"Foundation",
"CoreGraphics"
]
},
{
"name": "iOS",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftGraphics_iOS/*.{h,m,swift}",
"dependencies": {
"SwiftGraphics/Core": [
]
},
"frameworks": [
"UIKit"
]
},
{
"name": "OSX",
"platforms": {
"osx": "10.9"
},
"source_files": "SwiftGraphics_OSX/*.{h,m,swift}",
"dependencies": {
"SwiftGraphics/Core": [
]
},
"frameworks": [
"AppKit"
]
}
]
}