[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / c / 0 / 2 / QiscusRTC / 0.1.2 / QiscusRTC.podspec.json
blob9c48b679717c46c20e1518bdd3bccbf5266d7f5e
2   "name": "QiscusRTC",
3   "version": "0.1.2",
4   "summary": "Qiscus RTC is call mudule base on WebRTC.",
5   "homepage": "https://qiscus.com",
6   "screenshots": [
7     "https://github.com/qiscus/QiscusRTC/blob/master/Image/1.PNG",
8     "https://github.com/qiscus/QiscusRTC/blob/master/Image/2.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.2"
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     "SWIFT_VERSION": "3.2"
51   },
52   "dependencies": {
53     "Alamofire": [
55     ],
56     "WebRTC": [
58     ],
59     "Starscream": [
61     ],
62     "AlamofireImage": [
64     ],
65     "SwiftyJSON": [
67     ]
68   }