blob: 1605ceb985d34941eda072249047d22aa48dff7c [file] [log] [blame]
{
"name": "BlipChat",
"version": "2.1.1",
"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": "op.blip.app@take.net"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/takenet/blip-chat-ios.git",
"tag": "2.1.1"
},
"source_files": [
"src/BlipChat/*.swift",
"src/BlipChat/*.storyboard"
],
"resource_bundles": {
"BlipChat": [
"src/BlipChat/*.xcassets",
"src/BlipChat/*.html"
]
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}