[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 0 / 2 / QiscusRTC / 0.1.7 / QiscusRTC.podspec.json
blob00cd37b2ca74d6793fa6c7c630bcdd2c2ed18738
2   "name": "QiscusRTC",
3   "version": "0.1.7",
4   "summary": "Qiscus RTC is call mudule base on WebRTC.",
5   "homepage": "https://qiscus.com",
6   "screenshots": [
7     "https://raw.githubusercontent.com/qiscus/QiscusRTC/master/Image/callkit.png",
8     "https://raw.githubusercontent.com/qiscus/QiscusRTC/master/Image/videocall.png"
9   ],
10   "license": {
11     "type": "BSD"
12   },
13   "authors": {
14     "juang@qiscus.co": "juang@qiscus.co"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/qiscus/QiscusRTC.git",
21     "tag": "0.1.7"
22   },
23   "source_files": [
24     "QiscusRTC",
25     "QiscusRTC/**/*.{h,m,swift,xib}"
26   ],
27   "resources": "QiscusRTC/**/*.xcassets",
28   "resource_bundles": {
29     "QiscusRTC": [
30       "QiscusRTC/**/*.{lproj,xib,xcassets,imageset,png,mp3}"
31     ]
32   },
33   "frameworks": [
34     "UIKit",
35     "AVFoundation",
36     "CoreMotion",
37     "CoreTelephony",
38     "AudioToolbox",
39     "VideoToolbox",
40     "Systemconfiguration",
41     "CoreMedia"
42   ],
43   "requires_arc": true,
44   "libraries": [
45     "c++",
46     "z"
47   ],
48   "pod_target_xcconfig": {
49     "ENABLE_BITCODE": "NO"
50   },
51   "dependencies": {
52     "Alamofire": [
54     ],
55     "WebRTC": [
56       "63.11.20455"
57     ],
58     "Starscream": [
60     ],
61     "AlamofireImage": [
63     ],
64     "SwiftyJSON": [
66     ]
67   }