[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / f / HollyPhoneIos / 0.0.3 / HollyPhoneIos.podspec.json
blobf1cc33ff575e3d2652a067d17d6e1513e2f8902f
2   "name": "HollyPhoneIos",
3   "version": "0.0.3",
4   "summary": "合力软电话SDK",
5   "description": "合力软电话SDK用于ios端集成sip电话",
6   "homepage": "https://github.com/hunterxman/HollyPhoneIos.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hunterxman": "906162426@qq.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/hunterxman/HollyPhoneIos.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "HollyPhoneSdk/HollyPhoneSdk.framework/Headers/*.h",
22   "public_header_files": "HollyPhoneSdk/HollyPhoneSdk.framework/Headers/*.h",
23   "vendored_frameworks": "HollyPhoneSdk/HollyPhoneSdk.framework",
24   "xcconfig": {
25     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
26   },
27   "static_framework": true,
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "VALID_ARCHS": "arm64 x86_64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
34     "VALID_ARCHS": "arm64 x86_64"
35   },
36   "frameworks": [
37     "Foundation",
38     "UIKit",
39     "AVFoundation"
40   ]