Skip to content

Commit 97cbdf4

Browse files
committed
Swift 5.0 support
1 parent 6e6d289 commit 97cbdf4

File tree

18 files changed

+760
-1173
lines changed

18 files changed

+760
-1173
lines changed

BMPlayer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BMPlayer"
3-
s.version = "1.2.1"
3+
s.version = "1.3.0"
44
s.summary = "Video Player Using Swift, based on AVPlayer"
55

66
s.description = <<-DESC

Example/BMPlayer.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@
276276
"${PODS_ROOT}/Target Support Files/Pods-BMPlayer_Example/Pods-BMPlayer_Example-frameworks.sh",
277277
"${BUILT_PRODUCTS_DIR}/BMPlayer/BMPlayer.framework",
278278
"${BUILT_PRODUCTS_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework",
279-
"${PODS_ROOT}/Reveal-SDK/RevealServer-22/iOS/RevealServer.framework",
280279
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
281280
"${BUILT_PRODUCTS_DIR}/SwipeBack/SwipeBack.framework",
282281
"${BUILT_PRODUCTS_DIR}/VIMediaCache/VIMediaCache.framework",
@@ -285,7 +284,6 @@
285284
outputPaths = (
286285
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BMPlayer.framework",
287286
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NVActivityIndicatorView.framework",
288-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RevealServer.framework",
289287
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
290288
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwipeBack.framework",
291289
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VIMediaCache.framework",

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use_frameworks!
44
target 'BMPlayer_Example' do
55
pod 'BMPlayer/CacheSupport', :path => '../'
66

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

Example/Podfile.lock

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
11
PODS:
2-
- BMPlayer/CacheSupport (1.2.1):
2+
- BMPlayer/CacheSupport (1.3.0):
33
- BMPlayer/Core
44
- NVActivityIndicatorView (~> 4.7.0)
55
- SnapKit (~> 5.0.0)
66
- VIMediaCache
7-
- BMPlayer/Core (1.2.1)
7+
- BMPlayer/Core (1.3.0)
88
- NVActivityIndicatorView (4.7.0):
99
- NVActivityIndicatorView/Presenter (= 4.7.0)
1010
- NVActivityIndicatorView/Presenter (4.7.0)
11-
- Reveal-SDK (22)
1211
- SnapKit (5.0.0)
1312
- SwipeBack (1.1.1)
1413
- VIMediaCache (0.4)
1514

1615
DEPENDENCIES:
1716
- BMPlayer/CacheSupport (from `../`)
18-
- Reveal-SDK
1917
- SwipeBack
2018

2119
SPEC REPOS:
2220
https://github.com/cocoapods/specs.git:
2321
- NVActivityIndicatorView
24-
- Reveal-SDK
2522
- SnapKit
2623
- SwipeBack
2724
- VIMediaCache
@@ -31,13 +28,12 @@ EXTERNAL SOURCES:
3128
:path: "../"
3229

3330
SPEC CHECKSUMS:
34-
BMPlayer: ea61ce7332a6a9c9f1287598b0838e5c91952c29
31+
BMPlayer: 92a1c2a721694ba6ab107661e7aff670909671c6
3532
NVActivityIndicatorView: b19ddab2576f805cbe0fb2306cba3476e09a1dea
36-
Reveal-SDK: 1385ab77aa15e9a3e21f798c74bd8e94cb54c651
3733
SnapKit: fd22d10eb9aff484d79a8724eab922c1ddf89bcf
3834
SwipeBack: d6759601b40da1f4161033feb30ab475d7d04322
3935
VIMediaCache: aa650f82cb114c68a343beb4e67416cf5eb2f3a2
4036

41-
PODFILE CHECKSUM: e66c01a79736fc724a4cc4cebeac12108b2b73e2
37+
PODFILE CHECKSUM: 8d8c62882064f74fa5f1c85343d9ba80417cc081
4238

4339
COCOAPODS: 1.6.1

Example/Pods/Local Podspecs/BMPlayer.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)