[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 3 / MindAPI / 0.0.2 / MindAPI.podspec.json
blob201ed89ce2b0fafefbb1a7fcfe2e24de67baacb3
2   "name": "MindAPI",
3   "version": "0.0.2",
4   "summary": "Mind iOS SDK is a library that provides high level object-oriented API which greatly simplifies the use of Mind API from iOS code",
5   "description": "The library includes everything you need to embed video and voice communication into an existing ios-application or create a new one from scratch",
6   "homepage": "http://api.mind.com/",
7   "license": "All rights reserved.",
8   "authors": {
9     "Alexander Zaytsev": "alexander.zaytev@mind.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitlab.com/mindlabs/api/sdk/ios.git"
16   },
17   "swift_version": "4.2",
18   "source_files": "MindAPI/**/*.{h,m,swift}",
19   "exclude_files": "Classes/Exclude",
20   "dependencies": {
21     "RxSwift": [
22       "~> 4.4.1"
23     ],
24     "Starscream": [
25       "= 3.0.6"
26     ],
27     "RxCocoa": [
28       "~> 4.4.1"
29     ],
30     "RxStarscream": [
31       "~> 0.9"
32     ],
33     "GoogleWebRTC": [
34       "=1.1.24717"
35     ],
36     "RxAtomic": [
37       "~> 4.4.1"
38     ]
39   }