blob: d2f25a6662861625c65e48f614944cedc581a5c9 [file] [log] [blame]
{
"name": "LoganSwift",
"version": "1.1.3",
"summary": "Logan is a lightweight case logging system based on mobile platform.",
"swift_version": "5.0",
"description": "LoganSwift is a pure Swift implemented kit on top of Clogan. Logan is a lightweight case logging system based on mobile platform.",
"homepage": "https://github.com/LawrenceHan/Logan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LawrenceHan": "yangfei6565@163.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source": {
"git": "https://github.com/LawrenceHan/Logan.git",
"tag": "1.1.3"
},
"source_files": [
"Logan/LoganSwift/LoganSwift/*.{swift,h}",
"Logan/Clogan/*.{h,c}",
"Logan/mbedtls/**/*.{h,c}"
],
"public_header_files": "Logan/LoganSwift/LoganSwift/*.h",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/LoganSwift/Logan/Clogan/**",
"HEADER_SEARCH_PATHS": "$(SRCROOT)/LoganSwift/Logan/mbedtls/include/"
},
"preserve_paths": "Logan/Clogan/module.modulemap",
"libraries": "z"
}