Skip to content

Commit

Permalink
Migrate to swift 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
janmisar committed Oct 6, 2016
1 parent b511284 commit 128debb
Show file tree
Hide file tree
Showing 117 changed files with 8,200 additions and 5,815 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'Reqres_Example' do
target 'Reqres_Tests' do
inherit! :search_paths

pod 'Quick', '~> 0.8'
pod 'Nimble', '~> 3.0'
pod 'Quick', '~> 0.10'
pod 'Nimble', '~> 5.0'
end
end
20 changes: 10 additions & 10 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Alamofire (3.4.2)
- Nimble (3.2.0)
- Quick (0.9.3)
- Alamofire (4.0.1)
- Nimble (5.0.0)
- Quick (0.10.0)
- Reqres (1.2.0)

DEPENDENCIES:
- Alamofire
- Nimble (~> 3.0)
- Quick (~> 0.8)
- Nimble (~> 5.0)
- Quick (~> 0.10)
- Reqres (from `../`)

EXTERNAL SOURCES:
Reqres:
:path: "../"
:path: ../

SPEC CHECKSUMS:
Alamofire: 6aa33201d20d069e1598891cf928883ff1888c7a
Nimble: 703854335d181df169bbca9c97117b5cf8c47c1d
Quick: 13a2a2b19a5d8e3ed4fd0c36ee46597fd77ebf71
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
Reqres: 1f2b4310bbdbb8b4bf72d8ad4e35b58aee6a2181

PODFILE CHECKSUM: 063a9c173c7da933a2f26fc71512e931223d7678
PODFILE CHECKSUM: 3107d405234c12b24121b498102cb12697ef2fdb

COCOAPODS: 1.0.1
1,695 changes: 1,071 additions & 624 deletions Example/Pods/Alamofire/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 128debb

Please sign in to comment.