blob: fdb2a44325df0501dadf22c772d1a3b99bbef612 [file] [log] [blame]
{
"name": "Puppy",
"version": "0.1.0",
"summary": "A flexible logging library written in Swift",
"homepage": "https://github.com/sushichop/Puppy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koichi Yokota": "sushifarm2012@gmail.com"
},
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/sushichop/Puppy.git",
"tag": "0.1.0"
},
"default_subspecs": "Default",
"preserve_paths": "Sources/CPuppy/**/*",
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
"5.0"
],
"subspecs": [
{
"name": "Default",
"dependencies": {
"Puppy/Core": [
],
"Logging": [
"~> 1.4"
]
}
},
{
"name": "Core",
"source_files": "Sources/Puppy/**/*.{swift}"
}
],
"swift_version": "5.0"
}