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