blob: 8ab610cf9d076ca6bd68976d1a95839315521def [file] [log] [blame]
{
"name": "BlipChat",
"version": "2.2.2",
"summary": "A Swift Framework to easly add BLiP conversations in your iOS app. For more information see BLiP portal and BLiP documentation.",
"homepage": "https://github.com/takenet/blip-chat-ios",
"documentation_url": "https://github.com/takenet/blip-chat-ios",
"license": {
"type": "Apache-2",
"file": "LICENSE"
},
"authors": {
"Take": "blip@take.net"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/takenet/blip-chat-ios.git",
"tag": "2.2.2"
},
"source_files": [
"src/BlipChat/*.swift",
"src/BlipChat/*.storyboard"
],
"resource_bundles": {
"BlipChat": [
"src/BlipChat/*.xcassets",
"src/BlipChat/*.html"
]
},
"swift_versions": "5.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.1"
},
"swift_version": "5.1"
}