Skip to content

Commit

Permalink
[Add] HollyPhoneSdk 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterxman authored and CocoaPodsBot committed Sep 25, 2023
1 parent 4a8f1af commit 5469ee9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Specs/1/b/5/HollyPhoneSdk/1.1.2/HollyPhoneSdk.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "HollyPhoneSdk",
"version": "1.1.2",
"summary": "合力软电话SDK",
"description": "合力软电话SDK用于ios端集成sip电话",
"homepage": "https://gitee.com/hunterxman/holly-phone-sdk.git",
"license": {
"type": "MIT"
},
"authors": {
"hunterxman": "[email protected]"
},
"source": {
"git": "https://gitee.com/hunterxman/holly-phone-sdk.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "HollyPhoneSdk.framework/headers/*.h",
"public_header_files": "HollyPhoneSdk.framework/headers/*.h",
"resources": "HollyPhone.bundle",
"vendored_frameworks": "HollyPhoneSdk.framework",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"VALID_ARCHS": "arm64 x86_64",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/HollyPhoneSdk/"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"VALID_ARCHS": "arm64 x86_64",
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/HollyPhoneSdk/"
},
"static_framework": true
}

0 comments on commit 5469ee9

Please sign in to comment.