[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 1 / ACLiveKit / 1.0 / ACLiveKit.podspec.json
blobdf4eb2184e9ed1a6e0915384848f485ef7906e71
2   "name": "ACLiveKit",
3   "version": "1.0",
4   "summary": "ACLiveKit is a opensource RTMP streaming SDK for iOS.",
5   "homepage": "https://github.com/isamagic/ACLiveKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "isamagic": "906223070@qq.com"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/isamagic/ACLiveKit.git",
18     "tag": "1.0"
19   },
20   "source_files": "ACLiveKit/**/*.{h,m,cpp}",
21   "frameworks": [
22     "VideoToolbox",
23     "AudioToolbox",
24     "AVFoundation",
25     "Foundation",
26     "UIKit"
27   ],
28   "libraries": [
29     "c++",
30     "z"
31   ],
32   "requires_arc": true