[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / a / HMWebRTC / 0.1.0 / HMWebRTC.podspec.json
blobf3f808c458e708b5a3f4996c3e9df4d4ea4fecb5
2   "name": "HMWebRTC",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "HMWebRTC/Classes/**/*",
23     "Lib/SocketRocket/*"
24   ],
25   "libraries": "icucore",
26   "frameworks": [
27     "UIKit",
28     "CoreGraphics"
29   ],
30   "dependencies": {
31     "GoogleWebRTC": [
33     ]
34   }