Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ioslib
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
ioslib
Commits
3fefd361
Commit
3fefd361
authored
Apr 27, 2023
by
Sanchew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use https
parent
6fb34351
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
83 additions
and
1 deletions
+83
-1
AliPay.podspec
Alipay/AliPay.podspec
+1
-1
JShare.podspec.json
JPush/JShare.podspec.json
+47
-0
WechatOpenSDK.podspec.json
WechatOpenSDK/WechatOpenSDK.podspec.json
+35
-0
No files found.
Alipay/AliPay.podspec
View file @
3fefd361
...
...
@@ -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
=>
'http
s
://git.cemarose.cn/cemarose/ioslib.git'
}
s
.
ios
.
deployment_target
=
'8.0'
...
...
JPush/JShare.podspec.json
0 → 100644
View file @
3fefd361
{
"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"
}
}
WechatOpenSDK/WechatOpenSDK.podspec.json
0 → 100644
View file @
3fefd361
{
"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++"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment