[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 8 / GetStream / 2.0.0 / GetStream.podspec.json
blob3fd10f38696c417e523caa0134da9104d753a5d2
2   "name": "GetStream",
3   "version": "2.0.0",
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.0.0"
21   },
22   "default_subspecs": [
23     "Core",
24     "Faye"
25   ],
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "Moya": [
34           "~> 13.0"
35         ],
36         "Swime": [
37           "~> 3.0"
38         ]
39       }
40     },
41     {
42       "name": "Faye",
43       "source_files": "Sources/Faye/*",
44       "dependencies": {
45         "GetStream/Core": [
47         ],
48         "Faye": [
50         ]
51       }
52     }
53   ]