Skip to content

Commit

Permalink
Added support for closed captioning and displaying meta information
Browse files Browse the repository at this point in the history
  • Loading branch information
4np committed Feb 14, 2018
1 parent 08a7a4c commit 92763c1
Show file tree
Hide file tree
Showing 83 changed files with 1,078 additions and 773 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract_target 'TVGemistAbstract' do
#pod 'NPOKit', :path => '../NPOKit'
#pod 'GHKit', :path => '../GHKit'

pod 'NPOKit', :git => 'https://github.com/4np/NPOKit.git', :tag => '0.0.4'
pod 'NPOKit', :git => 'https://github.com/4np/NPOKit.git', :tag => '0.0.5'
pod 'GHKit', :git => 'https://github.com/4np/GHKit.git', :tag => '0.0.3'
end

Expand Down
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ PODS:
- GHKit (0.0.3):
- GHKit/Core (= 0.0.3)
- GHKit/Core (0.0.3)
- NPOKit (0.0.4):
- NPOKit/Core (= 0.0.4)
- NPOKit/Core (0.0.4)
- NPOKit (0.0.5):
- NPOKit/Core (= 0.0.5)
- NPOKit/Core (0.0.5)
- ObjcExceptionBridging (1.0.1):
- ObjcExceptionBridging/ObjcExceptionBridging (= 1.0.1)
- ObjcExceptionBridging/ObjcExceptionBridging (1.0.1)
- SwiftLint (0.24.2)
- SwiftLint (0.25.0)
- XCGLogger (6.0.2):
- XCGLogger/Core (= 6.0.2)
- XCGLogger/Core (6.0.2):
- ObjcExceptionBridging

DEPENDENCIES:
- GHKit (from `https://github.com/4np/GHKit.git`, tag `0.0.3`)
- NPOKit (from `https://github.com/4np/NPOKit.git`, tag `0.0.4`)
- NPOKit (from `https://github.com/4np/NPOKit.git`, tag `0.0.5`)
- SwiftLint
- XCGLogger

Expand All @@ -26,23 +26,23 @@ EXTERNAL SOURCES:
:tag: 0.0.3
NPOKit:
:git: https://github.com/4np/NPOKit.git
:tag: 0.0.4
:tag: 0.0.5

CHECKOUT OPTIONS:
GHKit:
:git: https://github.com/4np/GHKit.git
:tag: 0.0.3
NPOKit:
:git: https://github.com/4np/NPOKit.git
:tag: 0.0.4
:tag: 0.0.5

SPEC CHECKSUMS:
GHKit: 581d518e05fdae0a10ea296cb5ff2dd90649da17
NPOKit: e70f55bbb2a90a00d5ec4565dbff6231cc74636f
NPOKit: 5fcd87bbc346744dab1f983dbb29d8e864bd6ab3
ObjcExceptionBridging: c30e00eb3700467e695faeea30e26e18bd445001
SwiftLint: 2aa21b96c8d13396a051bc1cb659d2ce1e0075b0
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
XCGLogger: c9601cae9a8912de34a58666ba931ed3d624dd31

PODFILE CHECKSUM: 971bdfe6ef77afbd24d4df90271c8ca03668572f
PODFILE CHECKSUM: 1c79bab751b67c05e3337132eb9e277be5f190a1

COCOAPODS: 1.4.0
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/NPOKit.podspec.json

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

20 changes: 10 additions & 10 deletions Pods/Manifest.lock

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

57 changes: 33 additions & 24 deletions Pods/NPOKit/README.md

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

3 changes: 3 additions & 0 deletions Pods/NPOKit/Sources/NPOKit/Miscelaneous/NPOError.swift

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

18 changes: 18 additions & 0 deletions Pods/NPOKit/Sources/NPOKit/Model/Item Media/Media.swift

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.

6 changes: 3 additions & 3 deletions Pods/NPOKit/Sources/NPOKit/Model/Live/LiveComponent.swift

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

2 changes: 1 addition & 1 deletion Pods/NPOKit/Sources/NPOKit/Model/Live/LiveStream.swift

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

36 changes: 36 additions & 0 deletions Pods/NPOKit/Sources/NPOKit/Model/Subtitles/Subtitle.swift

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

8 changes: 7 additions & 1 deletion Pods/NPOKit/Sources/NPOKit/NPOKit+LegacyStream.swift

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

8 changes: 6 additions & 2 deletions Pods/NPOKit/Sources/NPOKit/NPOKit+Live.swift

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

Loading

0 comments on commit 92763c1

Please sign in to comment.