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