[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 3 / 4 / ARLiveKit / 1.0.0 / ARLiveKit.podspec.json
blob9a11aed4346e19f0aaacca5796df55982945cd32
2   "name": "ARLiveKit",
3   "version": "1.0.0",
4   "summary": "anyRTC 开源推拉流SDK",
5   "description": "ARLiveKit 是anyRTC云平台开源推拉流 SDK",
6   "homepage": "https://github.com/jhdync/ARLiveKit",
7   "license": "MIT",
8   "authors": {
9     "jihua": "yangjihua@dync.cc"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/jhdync/ARLiveKit.git",
16     "tag": "1.0.0",
17     "submodules": true
18   },
19   "source_files": [
20     "ARLiveKit",
21     "ARLiveKit/**/*.{h,m}"
22   ],
23   "public_header_files": "ARLiveKit/**/*.{h}",
24   "vendored_frameworks": "ARLiveKit/**/*.framework",
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "requires_arc": true