[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 8 / GetStream / 1.2.3 / GetStream.podspec.json
blob1a3ebe14dcb51e9a90d1c2d7e386efdf13db7470
2   "name": "GetStream",
3   "version": "1.2.3",
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": "4.2",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/GetStream/stream-swift.git",
20     "tag": "1.2.3"
21   },
22   "default_subspecs": [
23     "Core",
24     "Faye"
25   ],
26   "swift_version": "4.2",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/Core/**/*",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "Moya": [
34           "12.0.1"
35         ],
36         "Alamofire": [
37           "4.8.1"
38         ],
39         "Result": [
40           "4.1"
41         ],
42         "Swime": [
43           "3.0.1"
44         ]
45       }
46     },
47     {
48       "name": "Faye",
49       "source_files": "Sources/Faye/*",
50       "dependencies": {
51         "GetStream/Core": [
53         ],
54         "Faye": [
56         ]
57       }
58     }
59   ]