blob: 8eca3ab829f2c0c73f61312d965059150290baef [file] [log] [blame]
{
"name": "Loggie",
"version": "2.1.1",
"summary": "In-app network logging library.",
"homepage": "https://github.com/infinum/iOS-Loggie.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filip Beć": "filip.bec@gmail.com"
},
"source": {
"git": "https://github.com/infinum/iOS-Loggie.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/FilipBec",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "Loggie/Classes/**/*.{swift}",
"resources": [
"Loggie/Classes/**/*.{storyboard}",
"Loggie/Classes/**/*.{xib}"
],
"frameworks": [
"UIKit",
"Security"
],
"swift_version": "5.0"
}