[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 0 / 2 / QiscusRTC / 0.1.3 / QiscusRTC.podspec.json
blob472114cb60cb91086cea6877f5c53eaeca57936a
2   "name": "QiscusRTC",
3   "version": "0.1.3",
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.3"
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   "swift_version": "4.0",
49   "dependencies": {
50     "Alamofire": [
52     ],
53     "WebRTC": [
55     ],
56     "Starscream": [
58     ],
59     "AlamofireImage": [
61     ],
62     "SwiftyJSON": [
64     ]
65   }