[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 9 / c / 8 / GetStream / 1.0.4 / GetStream.podspec.json
blobac368ee249587ca15dbf0b01816c43ae3600b752
2   "name": "GetStream",
3   "version": "1.0.4",
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_version": "4.2",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/GetStream/stream-swift.git",
20     "tag": "1.0.4"
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           "~> 12.0"
34         ],
35         "Result": [
36           "~> 4.1"
37         ],
38         "Swime": [
39           "~> 3.0"
40         ]
41       }
42     },
43     {
44       "name": "Faye",
45       "source_files": "Sources/Faye/*",
46       "dependencies": {
47         "GetStream/Core": [
49         ],
50         "Faye": [
52         ]
53       }
54     }
55   ]