-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a8f1af
commit 5469ee9
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
Specs/1/b/5/HollyPhoneSdk/1.1.2/HollyPhoneSdk.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |