blob: 847fb5c1ec8787a986c5ad075c01dbe6ff42c5db [file] [log] [blame]
{
"name": "ApplozicSwift",
"version": "6.1.0",
"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": "6.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"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": [
"~> 6.3.0"
],
"SwipeCellKit": [
"~> 2.7.1"
],
"ApplozicCore": [
"~> 8.1.0"
],
"ApplozicSwift/RichMessageKit": [
]
}
}
],
"swift_version": "5.0"
}