[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 1 / a / HMWebRTC / 0.2.0 / HMWebRTC.podspec.json
blob17cb35486135bf5f8127c7d8b7db7b822c55c818
2   "name": "HMWebRTC",
3   "version": "0.2.0",
4   "summary": "A wrapper of Google WebRTC on iOS.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/tdhman/HMWebRTC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TRAN DIEP Hue Man": "htp1@3ds.com"
13   },
14   "source": {
15     "git": "https://github.com/tdhman/HMWebRTC.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "HMWebRTC/Classes/**/*.{h,m}",
23     "Lib/**/*"
24   ],
25   "resources": "HMWebRTC/Classes/VideoChatUI/*.{xib,xcassets,json,imageset,png}",
26   "resource_bundles": {
27     "HMWebRTC": [
28       "HMWebRTC/Classes/**/*.{storyboard,xib,xcassets,json,imageset,png}"
29     ]
30   },
31   "requires_arc": true,
32   "libraries": "icucore",
33   "frameworks": [
34     "UIKit",
35     "CoreGraphics"
36   ],
37   "dependencies": {
38     "GoogleWebRTC": [
40     ]
41   }