Skip to content

Commit

Permalink
[Add] EZOpenSDK 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezviz-LinYong authored and CocoaPodsBot committed Oct 26, 2023
1 parent 85db286 commit ebe7c6f
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Specs/9/5/b/EZOpenSDK/5.6/EZOpenSDK.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "EZOpenSDK",
"version": "5.6",
"license": "MIT",
"summary": "A EZVIZ SDK",
"homepage": "https://github.com/Ezviz-OpenBiz/SDK-iOS",
"authors": {
"ezviz-LinYong": "linyong3@hikvision.com"
},
"source": {
"git": "https://github.com/Ezviz-OpenBiz/SDK-iOS.git",
"tag": "5.6",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "11.0"
},
"frameworks": [
"AudioToolbox",
"CoreMedia",
"ExternalAccessory",
"GLKit",
"MobileCoreServices",
"NetworkExtension",
"OpenAL",
"SystemConfiguration",
"VideoToolbox",
"AVFoundation"
],
"libraries": [
"bz2",
"c++",
"iconv",
"sqlite3.0",
"z"
],
"vendored_frameworks": "dist/EZOpenSDK/dynamicSDK/*.framework",
"resources": "dist/EZOpenSDK/dynamicSDK/com.hri.hpc.mobile.ios.player.metallib",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"GENERATE_INFOPLIST_FILE": "YES"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"GENERATE_INFOPLIST_FILE": "YES"
}
}

0 comments on commit ebe7c6f

Please sign in to comment.