Skip to content

Commit

Permalink
on vell tap + swift 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Rafaj committed Oct 20, 2017
1 parent ebf7ad7 commit c2ebe0b
Show file tree
Hide file tree
Showing 161 changed files with 4,477 additions and 5,325 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
4.0
12 changes: 6 additions & 6 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
platform :ios, '10.1'
platform :ios, '10.3'

inhibit_all_warnings!

use_frameworks!

target 'Presentables_Example' do
pod 'Presentables', :path => '../'
pod 'SnapKit', '~> 3.2.0'
pod 'SnapKit'

target 'Presentables_Tests' do
inherit! :search_paths

pod 'Quick', '~> 1.0.0'
pod 'Nimble', '~> 5.1.1'
pod 'FBSnapshotTestCase'
pod 'Nimble-Snapshots'
pod 'Quick'
pod 'Nimble'
#pod 'FBSnapshotTestCase'
#pod 'Nimble-Snapshots'
end
end
39 changes: 12 additions & 27 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,40 +1,25 @@
PODS:
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Nimble (5.1.1)
- Nimble-Snapshots (4.4.0):
- Nimble-Snapshots/Core (= 4.4.0)
- Nimble-Snapshots/Core (4.4.0):
- FBSnapshotTestCase (~> 2.0)
- Nimble
- Quick
- Presentables (0.1.0)
- Quick (1.0.0)
- SnapKit (3.2.0)
- Nimble (7.0.2)
- Presentables (0.2.0)
- Quick (1.2.0)
- SnapKit (4.0.0)

DEPENDENCIES:
- FBSnapshotTestCase
- Nimble (~> 5.1.1)
- Nimble-Snapshots
- Nimble
- Presentables (from `../`)
- Quick (~> 1.0.0)
- SnapKit (~> 3.2.0)
- Quick
- SnapKit

EXTERNAL SOURCES:
Presentables:
:path: ../

SPEC CHECKSUMS:
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
Presentables: 5fa0ceb0d8b7e5f58f18fdd7c5ba6583baad1e78
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
SnapKit: 1ca44df72cfa543218d177cb8aab029d10d86ea7
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Presentables: 2223c2c7558496886fdc24673bf77c940097d2f5
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
SnapKit: a42d492c16e80209130a3379f73596c3454b7694

PODFILE CHECKSUM: 59c4e5e92aff16c06f9ee23b7471ef2c0b337c75
PODFILE CHECKSUM: 59516cb001cf1ca069d2e07e97f15c3b79b15652

COCOAPODS: 1.3.1

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c2ebe0b

Please sign in to comment.