blob: c3c12b88517f178115aba3e6f78323115dfbe7a1 [file] [log] [blame]
{
"name": "EALog",
"module_name": "EALog",
"version": "1.0.0",
"summary": "A tiny logging framework written in Swift.",
"homepage": "https://github.com/Meniny/EALog",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Meniny/EALog.git",
"tag": "1.0.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "EALog/Core/**/*.swift"
}
]
}