Commit 3fefd361 by Sanchew

use https

parent 6fb34351
......@@ -25,7 +25,7 @@ TODO: Add long description of the pod here.
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
# s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'lee' => '627051222@qq.com' }
s.source = { :git => 'http://git.cemarose.cn/cemarose/ioslib.git' }
s.source = { :git => 'https://git.cemarose.cn/cemarose/ioslib.git' }
s.ios.deployment_target = '8.0'
......
{
"name": "JShare",
"version": "1.9.1",
"summary": "Offically supported JShare iOS SDK Pod. 官方支持的极光分享 SDK. ",
"description": "Offically supported JShare iOS SDK Pod. 官方支持的极光分享 SDK. \n集成详情请访问官方文档网站:https://docs.jiguang.cn/jshare/client/iOS/ios_sdk/ ",
"homepage": "http://www.jiguang.cn/",
"license": {
"type": "Copyright",
"text": "Copyright jiguang.cn"
},
"authors": {
"JPush": "support@jpush.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://sdkfiledl.jiguang.cn/cocoapods/jshare/jshare_1.9.1.zip"
},
"source_files": "*.h",
"vendored_libraries": "*.a",
"frameworks": [
"UIKit",
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Foundation",
"Security",
"CoreLocation",
"AssetsLibrary",
"WebKit"
],
"libraries": [
"z",
"resolv"
],
"dependencies": {
"JCore": [
"> 2.0.0"
]
},
"xcconfig": {
"VALID_ARCHS": "armv7 armv7s arm64"
}
}
{
"name": "WechatOpenSDK",
"version": "1.9.6",
"summary": "Includes the following WeChat features: Share to Moments, Log In via WeChat, Save to Favorites, WeChat Pay, etc.",
"description": "This SDK may be used to invoke WeChat features including Share to Moments, Log In via WeChat, Save to Favorites, and WeChat Pay.",
"homepage": "https://mp.weixin.qq.com",
"license": {
"type": "Copyright",
"text": " Copyright 2020 tencent.com. All rights reserved.\n"
},
"authors": {
"tencent": "weixin-open@qq.com"
},
"source": {
"http": "https://dldir1.qq.com/WechatWebDev/opensdk/OpenSDK1.9.6.zip",
"type": "zip"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": false,
"source_files": "OpenSDK1.9.6/*.{h}",
"vendored_libraries": "OpenSDK1.9.6/*.a",
"frameworks": [
"Security",
"UIKit",
"CoreGraphics",
"WebKit"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment