[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 8 / d / 9 / Faye / 1.1.2 / Faye.podspec.json
blobe859d8bdbcc52a86109016a012de30514b4bca86
2   "name": "Faye",
3   "version": "1.1.2",
4   "summary": "Faye Swift Client for GetStream",
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   "swift_version": "4.2",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/GetStream/stream-swift.git",
22     "tag": "1.1.2"
23   },
24   "source_files": "Faye/*",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "Starscream": [
28       "~> 3.0"
29     ]
30   }