Skip to content

Commit

Permalink
RTMPCDemo_Swift首次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdync committed Apr 25, 2018
1 parent 2654224 commit b7ad77d
Show file tree
Hide file tree
Showing 432 changed files with 32,803 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
platform :ios, '9.0'
use_frameworks!

target 'RTMPCDemo_Swift' do
pod 'RTMPCHybirdEngine', '~> 1.0.4'
pod 'SwiftyJSON'
pod 'MJExtension', '~> 3.0.13'
pod 'Alamofire', '~> 4.6.0'
pod 'BarrageRenderer', '~> 2.1.0'
pod 'SnapKit', '~> 4.0.0'
pod 'XHToastSwift'
end
40 changes: 40 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
PODS:
- Alamofire (4.6.0)
- BarrageRenderer (2.1.0)
- MJExtension (3.0.13)
- RTMPCHybirdEngine (1.0.4)
- SnapKit (4.0.0)
- SwiftyJSON (4.0.0)
- XHToastSwift (1.2.0)

DEPENDENCIES:
- Alamofire (~> 4.6.0)
- BarrageRenderer (~> 2.1.0)
- MJExtension (~> 3.0.13)
- RTMPCHybirdEngine (~> 1.0.4)
- SnapKit (~> 4.0.0)
- SwiftyJSON
- XHToastSwift

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Alamofire
- BarrageRenderer
- MJExtension
- RTMPCHybirdEngine
- SnapKit
- SwiftyJSON
- XHToastSwift

SPEC CHECKSUMS:
Alamofire: f41a599bd63041760b26d393ec1069d9d7b917f4
BarrageRenderer: 00e5f8081d81f29c1fc12712ddf2f875bd9c6f77
MJExtension: 5932755f451458eefa24239358817f8d291240c7
RTMPCHybirdEngine: 5c6b3972f29d88bc6e423221b5d62f47a8450458
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
SwiftyJSON: 070dabdcb1beb81b247c65ffa3a79dbbfb3b48aa
XHToastSwift: 002de3bf4143fc3286d9cb2e4585b681e175e061

PODFILE CHECKSUM: e2330a8410872a9350e0f6d7f1a4fffcf6da869f

COCOAPODS: 1.5.0
19 changes: 19 additions & 0 deletions Pods/Alamofire/LICENSE

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

236 changes: 236 additions & 0 deletions Pods/Alamofire/README.md

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

Loading

0 comments on commit b7ad77d

Please sign in to comment.