blob: 6490433bd228583028efc8473566846d0e9ba4ea [file] [log] [blame]
{
"name": "SwiftGraphics",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "SwiftGraphics/*.{h,m,mm,swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
},
{
"name": "iOS",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftGraphics_iOS/*.{h,m,swift}",
"dependencies": {
"SwiftGraphics/Core": [
]
}
},
{
"name": "OSX",
"platforms": {
"osx": "10.9"
},
"source_files": "SwiftGraphics_OSX/*.{h,m,swift}",
"dependencies": {
"SwiftGraphics/Core": [
]
}
}
]
}