blob: 6e24fbdd8f9f6cf62c22f4f8ba1a38b05e192bd2 [file] [log] [blame]
{
"name": "Overlog",
"version": "1.0.0",
"summary": "Overlay for iOS apps for easier testing and debugging.",
"homepage": "https://netguru.co/overlog",
"authors": "Netguru",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/netguru/Overlog.git",
"tag": "1.0.0"
},
"source_files": "Overlog/Sources/**/*.swift",
"resources": "Overlog/Resources/**/*.xcassets",
"swift_version": "4.1",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"dependencies": {
"ResponseDetective": [
"~> 1.2"
]
}
}