blob: 6cf8189019060c7b01a2560df464defb46630942 [file] [log] [blame]
{
"name": "GDLog",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A facade for OSLog",
"homepage": "http://rockhoppertech.com/blog",
"social_media_url": "https://twitter.com/genedelisadev",
"authors": {
"Gene De Lisa": "gene@rockhoppertech.com"
},
"source": {
"git": "https://github.com/genedelisa/GDLog.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}