[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 0 / 3 / BloomChat / 0.0.4 / BloomChat.podspec.json
blob1bd670c0b863041aede2721dc350d20e4ee25ce8
2   "name": "BloomChat",
3   "version": "0.0.4",
4   "summary": "BloomChat",
5   "homepage": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK",
6   "documentation_url": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "Vishal Jhanjhri": "jhanjhri.vishal@gmail.com"
13   },
14   "source": {
15     "git": "https://git.clicklabs.in/ClickLabs/bloom-chat-ios-SDK.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "BloomChat/**/*.{swift,h,m}",
22   "exclude_files": "Classes/Exclude",
23   "static_framework": false,
24   "swift_version": "4.2",
25   "resource_bundles": {
26     "BloomChat": [
27       "BloomChat/*.{lproj,storyboard,xcassets,gif}",
28       "BloomChat/Assets/**/*.imageset",
29       "BloomChat/UIView/TableViewCell/**/*.xib",
30       "BloomChat/UIView/CollectionViewCells/**/*.xib",
31       "BloomChat/UIView/CustomViews/**/*.xib",
32       "BloomChat/**/*.gif",
33       "README.md"
34     ]
35   },
36   "resources": [
37     "BloomChat/*.xcassets"
38   ],
39   "preserve_paths": [
40     "README.md"
41   ],
42   "dependencies": {
43     "MZFayeClient": [
45     ],
46     "CryptoSwift": [
48     ]
49   }