blob: 8e25528096303b8233dda463b0c19f67a6b42f02 [file] [log] [blame]
{
"name": "iOSLog",
"version": "0.0.2",
"summary": "iOS alternative for Android's Log class.",
"description": "iOS alternative for Android's Log class. Say bubye to print() for logging.",
"homepage": "https://github.com/theapache64/Log",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"theapache64": "theapache64@gmail.com"
},
"source": {
"git": "https://github.com/theapache64/Log.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Log/Classes/**/*",
"swift_version": "4.1"
}