blob: f73ca0bb508ae00e5c32dc086d8d015f597e5cc6 [file] [log] [blame]
{
"name": "ApplozicSwift",
"version": "5.7.1",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"summary": "Applozic Swift Kit",
"homepage": "https://github.com/AppLozic/ApplozicSwift",
"social_media_url": "http://twitter.com/AppLozic",
"authors": {
"Applozic Inc.": "support@applozic.com"
},
"source": {
"git": "https://github.com/AppLozic/ApplozicSwift.git",
"tag": "5.7.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"default_subspecs": "Complete",
"subspecs": [
{
"name": "RichMessageKit",
"source_files": "RichMessageKit/**/*.swift",
"resources": "RichMessageKit/**/*{xcassets}"
},
{
"name": "Complete",
"source_files": "Sources/**/*.swift",
"resources": "Sources/**/*{lproj,storyboard,xib,xcassets,json}",
"dependencies": {
"Kingfisher": [
"~> 5.14.0"
],
"MGSwipeTableCell": [
"~> 1.6.11"
],
"Applozic": [
"~> 7.8.0"
],
"ApplozicSwift/RichMessageKit": [
]
}
}
],
"swift_version": "4.2"
}