blob: d30f44aedfcb206b79707369a52a2d1a0ea18d7d [file] [log] [blame]
{
"name": "Juno",
"version": "0.0.2",
"summary": "A CocoaPods Library Written in Swift",
"description": "Logger for iOS platform which allows you to see/display all print logs on UI component while you are using the app. Cool right?",
"homepage": "https://github.com/emreond/Juno",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Emre Onder": "onderemre6464@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5",
"source": {
"git": "https://github.com/emreond/Juno.git",
"tag": "0.0.2"
},
"source_files": [
"Juno",
"Juno/**/*.{h,m}"
],
"exclude_files": "Juno/JunoExample",
"swift_version": "5"
}