[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 4 / 8 / SendBirdCombine / 1.1.0 / SendBirdCombine.podspec.json
blobee35017c4d16c2a7550679e800caec01621dd5cc
2   "name": "SendBirdCombine",
3   "version": "1.1.0",
4   "summary": "Provides Combine extensions for the SendBird chat service SDK",
5   "description": "This pod provides Combine extensions for the SendBird chat service SDK",
6   "homepage": "https://github.com/velos/SendBirdCombine",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "David Rajan": "david@velosmobile.com"
13   },
14   "source": {
15     "git": "https://github.com/velos/SendbirdCombine.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "default_subspecs": "Messages",
26   "frameworks": "Combine",
27   "dependencies": {
28     "SendBirdSDK": [
29       "~> 3.0.218"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Messages",
35       "source_files": "SendBirdCombine/Classes/Messages/**/*"
36     },
37     {
38       "name": "Calls",
39       "dependencies": {
40         "SendBirdCombine/Messages": [
42         ],
43         "SendBirdCalls": [
44           "~> 1.5.4"
45         ]
46       },
47       "source_files": "SendBirdCombine/Classes/Calls/**/*"
48     }
49   ],
50   "swift_version": "5.0"