[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 9 / 5 / b / EZOpenSDK / 5.5.1 / EZOpenSDK.podspec.json
blob5e25d1ef4bd65557e92b8e2e5e6c54364a7a4a38
2   "name": "EZOpenSDK",
3   "version": "5.5.1",
4   "license": "MIT",
5   "summary": "A EZVIZ SDK",
6   "homepage": "https://github.com/Ezviz-OpenBiz/SDK-iOS",
7   "authors": {
8     "ezviz-LinYong": "linyong3@hikvision.com"
9   },
10   "source": {
11     "git": "https://github.com/Ezviz-OpenBiz/SDK-iOS.git",
12     "tag": "5.5.1",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "11.0"
18   },
19   "frameworks": [
20     "AudioToolbox",
21     "CoreMedia",
22     "ExternalAccessory",
23     "GLKit",
24     "MobileCoreServices",
25     "NetworkExtension",
26     "OpenAL",
27     "SystemConfiguration",
28     "VideoToolbox",
29     "AVFoundation"
30   ],
31   "libraries": [
32     "bz2",
33     "c++",
34     "iconv",
35     "sqlite3.0",
36     "z"
37   ],
38   "vendored_frameworks": "dist/EZOpenSDK/dynamicSDK/*.framework",
39   "resources": "dist/EZOpenSDK/dynamicSDK/com.hri.hpc.mobile.ios.player.metallib",
40   "xcconfig": {
41     "OTHER_LDFLAGS": "-ObjC"
42   },
43   "pod_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
45     "GENERATE_INFOPLIST_FILE": "YES"
46   },
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
49     "GENERATE_INFOPLIST_FILE": "YES"
50   }