[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 9 / 5 / b / EZOpenSDK / 4.18.0 / EZOpenSDK.podspec.json
blobe472667dc400c62f31e17505ab9b2bb764ef89d0
2   "name": "EZOpenSDK",
3   "version": "4.18.0",
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": "4.18.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "AudioToolbox",
21     "CoreMedia",
22     "ExternalAccessory",
23     "GLKit",
24     "MobileCoreServices",
25     "Network",
26     "NetworkExtension",
27     "OpenAL",
28     "SystemConfiguration",
29     "VideoToolbox"
30   ],
31   "libraries": [
32     "bz2",
33     "c++",
34     "iconv.2.4.0",
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   },
46   "user_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   }