blob: af42ad7a18ff47c01d8c0b1070ba40cf36652f2c [file] [log] [blame]
{
"name": "SwiftGraphics",
"version": "0.0.2.1",
"summary": "Bringing Swift goodness to Quartz.",
"homepage": "https://github.com/schwa/SwiftGraphics",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jonathan Wight": "schwa@toxicsoftware.com"
},
"social_media_url": "https://twitter.com/schwa",
"source": {
"git": "https://github.com/rhcad/SwiftGraphics.git",
"tag": "0.0.2.1"
},
"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"
]
}
]
}