blob: c36a64bb22250e95258ad6b9f7a054666995cc16 [file] [log] [blame]
{
"name": "OkLog",
"version": "0.2.4",
"homepage": "https://github.com/diegotl/OkLog-Swift",
"summary": "A network logger for iOS.",
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego Trevisan Lara": "diego@trevisa.nl"
},
"source": {
"git": "https://github.com/diegotl/OkLog-Swift.git",
"tag": "0.2.4"
},
"social_media_url": "https://twitter.com/diegotrevisan90",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"dependencies": {
"SwiftProtobuf": [
],
"GzipSwift": [
]
}
},
{
"name": "Alamofire",
"source_files": "Sources/Alamofire/**/*",
"dependencies": {
"OkLog/Core": [
],
"Alamofire": [
]
}
}
],
"swift_version": "5.0"
}