Skip to content

Commit

Permalink
rxswift network demo 1
Browse files Browse the repository at this point in the history
  • Loading branch information
puretears committed Jun 4, 2016
1 parent 3a00957 commit 17d02da
Show file tree
Hide file tree
Showing 632 changed files with 70,211 additions and 0 deletions.
Binary file not shown.
12 changes: 12 additions & 0 deletions RxSwift/ReactiveNetwork-I/RxNetworkDemoFinished/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Uncomment this line to define a global platform for your project
platform :ios, '9.0'
# Uncomment this line if you're using Swift
use_frameworks!

target 'RxNetworkDemo' do
pod 'Alamofire', '~> 3.4'
pod 'RxSwift', '~> 2.0'
pod 'RxCocoa', '~> 2.0'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
end

31 changes: 31 additions & 0 deletions RxSwift/ReactiveNetwork-I/RxNetworkDemoFinished/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
PODS:
- Alamofire (3.4.0)
- RxCocoa (2.5.0):
- RxSwift (~> 2.5)
- RxSwift (2.5.0)
- SwiftyJSON (2.3.2)

DEPENDENCIES:
- Alamofire (~> 3.4)
- RxCocoa (~> 2.0)
- RxSwift (~> 2.0)
- SwiftyJSON (from `https://github.com/SwiftyJSON/SwiftyJSON.git`)

EXTERNAL SOURCES:
SwiftyJSON:
:git: https://github.com/SwiftyJSON/SwiftyJSON.git

CHECKOUT OPTIONS:
SwiftyJSON:
:commit: 2a5b70f06001316d4fb54501edc70b4084705da0
:git: https://github.com/SwiftyJSON/SwiftyJSON.git

SPEC CHECKSUMS:
Alamofire: c19a627cefd6a95f840401c49ab1f124e07f54ee
RxCocoa: e1b1562e57a554d0fb2aabf9d71b637f177257c7
RxSwift: 402b41a50e922a0368fc14cb3bc9f4427920e8ae
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a

PODFILE CHECKSUM: 996ae8e29f37baffd2f10c16eadf8faa622f45fc

COCOAPODS: 1.0.0

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

Loading

0 comments on commit 17d02da

Please sign in to comment.