Skip to content

Commit

Permalink
update new podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Kivenhaoyu committed Nov 2, 2021
1 parent 8ae538a commit c538a0b
Show file tree
Hide file tree
Showing 16 changed files with 852 additions and 809 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
platform :ios, '9.0'

target 'QNRTCKitDemo' do
pod 'QNRTCKit', :path =>'../QNRTCKit.podspec'
pod 'QNRTCKit-iOS', :path =>'../QNRTCKit-iOS.podspec'
pod 'Fabric', '1.7.2'
pod 'Crashlytics', '3.9.3'
pod 'Bugsnag', '5.15.4'
Expand Down
18 changes: 9 additions & 9 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ PODS:
- PLPlayerKit (3.4.1):
- PLPlayerKit/iphoneos (= 3.4.1)
- PLPlayerKit/iphoneos (3.4.1)
- QNRTCKit (4.0.0):
- QNRTCKit/Core (= 4.0.0)
- QNRTCKit/Core (4.0.0)
- QNRTCKit-iOS (4.0.0):
- QNRTCKit-iOS/Core (= 4.0.0)
- QNRTCKit-iOS/Core (4.0.0)

DEPENDENCIES:
- Bugsnag (= 5.15.4)
Expand All @@ -21,7 +21,7 @@ DEPENDENCIES:
- Masonry (= 1.1.0)
- MMMaterialDesignSpinner (= 0.2.5)
- PLPlayerKit (= 3.4.1)
- QNRTCKit (from `../QNRTCKit.podspec`)
- QNRTCKit-iOS (from `../QNRTCKit-iOS.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand All @@ -35,8 +35,8 @@ SPEC REPOS:
- Fabric

EXTERNAL SOURCES:
QNRTCKit:
:path: "../QNRTCKit.podspec"
QNRTCKit-iOS:
:path: "../QNRTCKit-iOS.podspec"

SPEC CHECKSUMS:
Bugsnag: df1d395695ddf795aa35c23ef4eaef4a04ddcffd
Expand All @@ -46,8 +46,8 @@ SPEC CHECKSUMS:
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
MMMaterialDesignSpinner: a548042720c2e5f04212048483085d7942ac3e81
PLPlayerKit: ebec9d70b66a95d1770b2dc5107fe2a469454a28
QNRTCKit: b0a22caa159a4f9a1a1ff82449247df95b35e7ae
QNRTCKit-iOS: 9e6f1874b5800bb9a605786a51cf6e22e69975fe

PODFILE CHECKSUM: 27cb5c632bbe413cd9ddc2d5f7e8ee918d827e7a
PODFILE CHECKSUM: 286ae35cf136752f9369e7b9864afb2e9399464e

COCOAPODS: 1.11.2
COCOAPODS: 1.10.2
47 changes: 47 additions & 0 deletions Example/Pods/Local Podspecs/QNRTCKit-iOS.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,548 changes: 775 additions & 773 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions Example/Pods/Target Support Files/QNRTCKit/QNRTCKit.xcconfig

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Pod::Spec.new do |s|
s.name = 'QNRTCKit'
s.name = 'QNRTCKit-iOS'
s.version = '4.0.0'
s.summary = 'Qiniu RTC SDK for iOS.'
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS'
Expand Down
2 changes: 1 addition & 1 deletion QNRTCKit.podspec → QNRTCKit-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Pod::Spec.new do |s|
s.name = 'QNRTCKit'
s.name = 'QNRTCKit-iOS'
s.version = '4.0.0'
s.summary = 'Qiniu RTC SDK for iOS.'
s.homepage = 'https://github.com/pili-engineering/QNRTC-iOS'
Expand Down

0 comments on commit c538a0b

Please sign in to comment.