blob: f6b9d6168ca7fabeca25442ee91fcd502b5500d1 [file] [log] [blame]
{
"name": "SteamcLog",
"version": "0.5.0",
"summary": "A short description of SteamcLog.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/steamclock/steamclog-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"brendan@steamclock.com": "brendan@steamclock.com"
},
"source": {
"git": "https://github.com/steamclock/steamclog-swift",
"tag": "0.5.0"
},
"source_files": "SteamcLog/Classes/**/*",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"XCGLogger": [
"~> 7.0.1"
],
"Sentry": [
"~> 5.1"
]
},
"subspecs": [
{
"name": "Netable",
"source_files": [
"Netable/*",
"SteamcLog/Classes/**/*"
],
"dependencies": {
"Netable": [
]
}
}
]
}