[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 0 / b / d / VHLiveSDK / 6.0.2 / VHLiveSDK.podspec.json
blob1e726d0f8cfb13ab3fdac90c5071489be9de1bb7
2   "name": "VHLiveSDK",
3   "version": "6.0.2",
4   "authors": {
5     "vhall": "xiaoxiang.wang@vhall.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "homepage": "https://www.vhall.com",
12   "source": {
13     "git": "https://github.com/vhall/VHLive_SDK_iOS.git",
14     "tag": "6.0.2"
15   },
16   "summary": "VHallSDK for IOS",
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "libraries": "xml2.2",
22   "frameworks": [
23     "AVFoundation",
24     "VideoToolbox",
25     "OpenAL",
26     "CoreMedia",
27     "CoreTelephony",
28     "OpenGLES",
29     "MediaPlayer",
30     "AssetsLibrary",
31     "QuartzCore",
32     "JavaScriptCore",
33     "Security"
34   ],
35   "module_name": "VHLiveSDK",
36   "resources": [
37     "README.md"
38   ],
39   "vendored_frameworks": [
40     "VHallSDK/VhallLiveBaseApi.framework",
41     "VHallSDK/VHLiveSDK.framework"
42   ],
43   "pod_target_xcconfig": {
44     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
45     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/**",
46     "VALID_ARCHS": "x86_64 armv7 arm64",
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   }