blob: c07d23027429e52ed590c922b9b752cf75e43a8a [file] [log] [blame]
{
"name": "OkLog",
"version": "0.0.3",
"homepage": "https://github.com/diegotl/OkLog-iOS",
"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-iOS.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/diegotrevisan90",
"platforms": {
"ios": "8.0"
},
"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": [
]
}
}
]
}