[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 8 / GetStream / 2.2.2 / GetStream.podspec.json
blobb5ae9f383eba73d913c00ea7014b154ab43e9d9e
2   "name": "GetStream",
3   "version": "2.2.2",
4   "summary": "Swift Client - Build Activity Feeds & Streams with GetStream.io https://getstream.io",
5   "homepage": "https://github.com/GetStream/stream-swift",
6   "license": {
7     "type": "BSD-3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alexey Bukhtin": "alexey@getstream.io"
12   },
13   "social_media_url": "https://getstream.io",
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/GetStream/stream-swift.git",
20     "tag": "2.2.2"
21   },
22   "default_subspecs": [
23     "Core",
24     "Faye"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Core/**/*",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "Moya": [
33           "~> 13.0"
34         ],
35         "Swime": [
36           "~> 3.0"
37         ]
38       }
39     },
40     {
41       "name": "Faye",
42       "source_files": "Sources/Faye/*",
43       "dependencies": {
44         "GetStream/Core": [
46         ],
47         "Faye": [
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"