blob: 970244d56be370a83ff0ca13c23cc053fa12b351 [file] [log] [blame]
{
"name": "TIoTThridSDK",
"version": "1.0.0",
"summary": "该仓库为方便个人仓库构建使用,如有其他需求还请从官网下载原SDK",
"description": "在CI构建中,有些SDK没有提供供方便pod集成使用,在此仓库提供个聚合SDK以便更好的支持CI。",
"homepage": "https://github.com/tonychanchen/TIoTThridSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tonychanchen@gmail.com": "tonychanchen@gmail.com"
},
"source": {
"git": "https://github.com/tonychanchen/TIoTThridSDK.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "TPNS-iOS",
"source_files": "TIoTThridSDK/TPNS-iOS/Classes/**/*",
"vendored_libraries": "TIoTThridSDK/TPNS-iOS/libXG-SDK-Cloud.a",
"vendored_frameworks": "TIoTThridSDK/TPNS-iOS/XGMTACloud.framework",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"Foundation",
"UserNotifications",
"CoreData"
],
"libraries": [
"z",
"sqlite3"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
},
{
"name": "WechatOpenSDK_NoPay",
"source_files": "TIoTThridSDK/WechatOpenSDK_NoPay/Classes/**/*",
"vendored_libraries": "TIoTThridSDK/WechatOpenSDK_NoPay/libWeChatSDK.a",
"frameworks": [
"Security",
"CoreGraphics",
"WebKit",
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"sqlite3",
"z"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}
]
}