blob: ca4b631e5e27179f96a56d5e743026b6147f09ec [file] [log] [blame]
{
"name": "SwiftMessageKit",
"version": "0.1.9",
"summary": "SwiftMessageKit",
"module_name": "SwiftMessageKit",
"homepage": "https://github.com/cdzhangshuangyu/SwiftMessageKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cdzhangshuangyu": "cdzhangshuangyu@163.com"
},
"source": {
"git": "https://github.com/cdzhangshuangyu/SwiftMessageKit.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": "UIKit",
"libraries": [
"z",
"sqlite3",
"c++"
],
"source_files": "SwiftMessageKit/**/*.{swift,h,m}",
"resources": [
"SwiftMessageKit/**/*.strings"
],
"ios": {
"resource_bundles": {
"SwiftMessageKit": "SwiftMessageKit/Resource/Assets.xcassets"
}
},
"dependencies": {
"Starscream": [
],
"SwiftBasicKit": [
]
},
"swift_version": "5"
}