blob: 35a6f39dd903a9d8f2a852b7d42ea1352d2d8269 [file] [log] [blame]
{
"name": "OkLog",
"version": "0.0.2",
"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.2"
},
"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": [
]
}
}
]
}