[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / 6 / HPLiveKit / 0.1.0 / HPLiveKit.podspec.json
blob8dedaec0a547a59b2746e0f5e59cfe0d8a47bb4a
2   "name": "HPLiveKit",
3   "version": "0.1.0",
4   "summary": "Swift rtmp base live streaming lib.",
5   "description": "Swift rtmp base live streaming lib",
6   "homepage": "https://github.com/huiping192/HPLiveKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HuipingGuo": "huiping192@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/huiping192/HPLiveKit.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/huiping192",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "HPLiveKit/Classes/**/*",
23   "frameworks": [
24     "VideoToolbox",
25     "AudioToolbox",
26     "AVFoundation",
27     "Foundation",
28     "UIKit"
29   ],
30   "dependencies": {
31     "GPUImage": [
33     ]
34   }