blob: e163c3d687319efcbf2b6f9a2bb89d22fce89a63 [file] [log] [blame]
{
"name": "TIoTLinkKit_XP2P",
"version": "2.4.27-beta.202207061304",
"summary": "该仓库为方便个人仓库构建使用,如有其他需求还请从官网下载原SDK",
"description": "在CI构建中,有些SDK没有提供供方便pod集成使用,在此仓库提供个聚合SDK以便更好的支持CI。",
"homepage": "https://github.com/tencentyun/iot-thirdparty-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tonychanchen@gmail.com": "tonychanchen@gmail.com"
},
"source": {
"git": "https://github.com/tencentyun/iot-thirdparty-ios.git",
"tag": "xp2p-v2.4.27-beta.202207061304"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/XP2P-iOS/Classes/**/*",
"vendored_libraries": "Source/XP2P-iOS/*.a",
"frameworks": [
"NetworkExtension",
"CoreGraphics",
"SystemConfiguration",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}