blob: 752ace0e7f13300de92de7796d56ed314e15df39 [file] [log] [blame]
{
"name": "BloomChat",
"version": "0.0.3",
"summary": "BloomChat",
"homepage": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK",
"documentation_url": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
},
"source": {
"git": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BloomChat/**/*.{swift,h,m}",
"exclude_files": "Classes/Exclude",
"static_framework": false,
"swift_version": "4.2",
"resource_bundles": {
"BloomChat": [
"BloomChat/*.{lproj,storyboard,xcassets,gif}",
"BloomChat/Assets/**/*.imageset",
"BloomChat/UIView/TableViewCell/**/*.xib",
"BloomChat/UIView/CollectionViewCells/**/*.xib",
"BloomChat/UIView/CustomViews/**/*.xib",
"BloomChat/**/*.gif",
"README.md"
]
},
"resources": [
"BloomChat/*.xcassets"
],
"preserve_paths": [
"README.md"
],
"dependencies": {
"MZFayeClient": [
]
}
}