-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
632 changed files
with
70,211 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
+541 Bytes
(100%)
...ReactiveLogin.xcworkspace/xcuserdata/puretears.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
31
RxSwift/ReactiveNetwork-I/RxNetworkDemoFinished/Podfile.lock
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
19 changes: 19 additions & 0 deletions
19
RxSwift/ReactiveNetwork-I/RxNetworkDemoFinished/Pods/Alamofire/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.