blob: 6eb73d565e5d95740a3e3f14699424341f7cd26e [file] [log] [blame]
{
"name": "Loggie",
"version": "1.0.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": "1.0.1"
},
"social_media_url": "https://twitter.com/FilipBec",
"platforms": {
"ios": "8.0"
},
"source_files": "Loggie/Classes/**/*.{swift}",
"resources": [
"Loggie/Classes/**/*.{storyboard}",
"Loggie/Classes/**/*.{xib}"
],
"frameworks": [
"UIKit",
"Security"
]
}