[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 8 / GetStream / 1.1.9 / GetStream.podspec.json
blob5e0331a267cf77d2e196f9339148ac9c8ba921f9
2   "name": "GetStream",
3   "version": "1.1.9",
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.1.9"
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.1"
34         ],
35         "Alamofire": [
36           "4.8.1"
37         ],
38         "Result": [
39           "4.1"
40         ],
41         "Swime": [
42           "3.0.1"
43         ]
44       }
45     },
46     {
47       "name": "Faye",
48       "source_files": "Sources/Faye/*",
49       "dependencies": {
50         "GetStream/Core": [
52         ],
53         "Faye": [
55         ]
56       }
57     }
58   ]