Skip to content

Commit

Permalink
Fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
renzifeng committed May 29, 2018
1 parent f55fe5a commit b4e9cfe
Show file tree
Hide file tree
Showing 161 changed files with 31,657 additions and 852 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 @@ use_frameworks!

target 'ZFPlayer_Example' do
pod 'ZFPlayer', :path => '../'

pod 'KTVHTTPCache'
target 'ZFPlayer_Tests' do
inherit! :search_paths

Expand Down
13 changes: 11 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
PODS:
- CocoaAsyncSocket (7.6.3)
- KTVCocoaHTTPServer (1.0.0):
- CocoaAsyncSocket
- KTVHTTPCache (1.1.0):
- KTVCocoaHTTPServer
- ZFPlayer (3.0.0)

DEPENDENCIES:
- KTVHTTPCache
- ZFPlayer (from `../`)

EXTERNAL SOURCES:
ZFPlayer:
:path: ../

SPEC CHECKSUMS:
ZFPlayer: 5a356734098d53ecabbf5346d8aab07b4c2e4c27
CocoaAsyncSocket: eafaa68a7e0ec99ead0a7b35015e0bf25d2c8987
KTVCocoaHTTPServer: df8d7b861e603ff8037e9b2138aca2563a6b768d
KTVHTTPCache: a227d01fb4d9f339fe63517faa682c897fd4119f
ZFPlayer: bee875709e6ae56a49da762dbc4388cd4524fabf

PODFILE CHECKSUM: 597069da265046ab34410ef245402ac2c1b072b4
PODFILE CHECKSUM: 21ac91067e3cba88f485b51986bcc41cac9e39eb

COCOAPODS: 1.3.1
35 changes: 35 additions & 0 deletions Example/Pods/CocoaAsyncSocket/LICENSE.txt

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

115 changes: 115 additions & 0 deletions Example/Pods/CocoaAsyncSocket/README.markdown

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

Loading

0 comments on commit b4e9cfe

Please sign in to comment.