Skip to content

Commit

Permalink
Swift 5.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed May 7, 2019
1 parent 6e6d289 commit 97cbdf4
Show file tree
Hide file tree
Showing 18 changed files with 760 additions and 1,173 deletions.
2 changes: 1 addition & 1 deletion BMPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BMPlayer"
s.version = "1.2.1"
s.version = "1.3.0"
s.summary = "Video Player Using Swift, based on AVPlayer"

s.description = <<-DESC
Expand Down
2 changes: 0 additions & 2 deletions Example/BMPlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@
"${PODS_ROOT}/Target Support Files/Pods-BMPlayer_Example/Pods-BMPlayer_Example-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/BMPlayer/BMPlayer.framework",
"${BUILT_PRODUCTS_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework",
"${PODS_ROOT}/Reveal-SDK/RevealServer-22/iOS/RevealServer.framework",
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
"${BUILT_PRODUCTS_DIR}/SwipeBack/SwipeBack.framework",
"${BUILT_PRODUCTS_DIR}/VIMediaCache/VIMediaCache.framework",
Expand All @@ -285,7 +284,6 @@
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BMPlayer.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NVActivityIndicatorView.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwipeBack.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VIMediaCache.framework",
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use_frameworks!
target 'BMPlayer_Example' do
pod 'BMPlayer/CacheSupport', :path => '../'

pod 'Reveal-SDK', :configurations => ['Debug']
# pod 'Reveal-SDK', :configurations => ['Debug']
pod 'SwipeBack' ## 全能滑动手势返回,建议集成
end

Expand Down
12 changes: 4 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
PODS:
- BMPlayer/CacheSupport (1.2.1):
- BMPlayer/CacheSupport (1.3.0):
- BMPlayer/Core
- NVActivityIndicatorView (~> 4.7.0)
- SnapKit (~> 5.0.0)
- VIMediaCache
- BMPlayer/Core (1.2.1)
- BMPlayer/Core (1.3.0)
- NVActivityIndicatorView (4.7.0):
- NVActivityIndicatorView/Presenter (= 4.7.0)
- NVActivityIndicatorView/Presenter (4.7.0)
- Reveal-SDK (22)
- SnapKit (5.0.0)
- SwipeBack (1.1.1)
- VIMediaCache (0.4)

DEPENDENCIES:
- BMPlayer/CacheSupport (from `../`)
- Reveal-SDK
- SwipeBack

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- NVActivityIndicatorView
- Reveal-SDK
- SnapKit
- SwipeBack
- VIMediaCache
Expand All @@ -31,13 +28,12 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
BMPlayer: ea61ce7332a6a9c9f1287598b0838e5c91952c29
BMPlayer: 92a1c2a721694ba6ab107661e7aff670909671c6
NVActivityIndicatorView: b19ddab2576f805cbe0fb2306cba3476e09a1dea
Reveal-SDK: 1385ab77aa15e9a3e21f798c74bd8e94cb54c651
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
SwipeBack: d6759601b40da1f4161033feb30ab475d7d04322
VIMediaCache: aa650f82cb114c68a343beb4e67416cf5eb2f3a2

PODFILE CHECKSUM: e66c01a79736fc724a4cc4cebeac12108b2b73e2
PODFILE CHECKSUM: 8d8c62882064f74fa5f1c85343d9ba80417cc081

COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/BMPlayer.podspec.json

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

12 changes: 4 additions & 8 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 97cbdf4

Please sign in to comment.