Skip to content

Commit

Permalink
Install GBVersionTracking
Browse files Browse the repository at this point in the history
See #83
  • Loading branch information
kiliankoe committed Jul 20, 2015
1 parent 2535f1c commit 92f4b72
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions ParkenDD/LotlistViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import CoreLocation
import TSMessages
import SwiftyTimer
import MWFeedParser
import GBVersionTracking

// Removing MCSwipeTableViewCellDelegate here temporarily
class LotlistViewController: UITableViewController, CLLocationManagerDelegate, MWFeedParserDelegate {
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ pod 'Alamofire', '~> 1.2'
pod 'SwiftyJSON', '~> 2.2'
pod 'SwiftyTimer', '~> 1.1.0'
pod 'MWFeedParser', '~> 1.0.1'
pod 'GBVersionTracking', '~> 1.3.0'
7 changes: 5 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PODS:
- Alamofire (1.2.3)
- BEMSimpleLineGraph (3.3)
- GBVersionTracking (1.3.0)
- HexColors (2.2.1)
- MCSwipeTableViewCell (2.1.2)
- MWFeedParser (1.0.1):
Expand All @@ -15,11 +16,12 @@ PODS:
- SwiftyJSON (2.2.0)
- SwiftyTimer (1.1.0)
- TSMessages (0.9.12):
- HexColors
- HexColors (~> 2.2.0)

DEPENDENCIES:
- Alamofire (~> 1.2)
- BEMSimpleLineGraph (~> 3.3)
- GBVersionTracking (~> 1.3.0)
- MCSwipeTableViewCell (~> 2.1.2)
- MWFeedParser (~> 1.0.1)
- SwiftyJSON (~> 2.2)
Expand All @@ -29,11 +31,12 @@ DEPENDENCIES:
SPEC CHECKSUMS:
Alamofire: 5550bf0b575ed1a4bf9be572f9463e1015cc169e
BEMSimpleLineGraph: 7fc92cd65a5f91640f6624b11be96fe1f3d7f1cf
GBVersionTracking: a224aab45526bbff46898c27c3db84768b871a77
HexColors: abfd172e329dab59888614ccba6f216cec59289d
MCSwipeTableViewCell: 0fc22bd3635b9b5f4ce08675218b0a7278b6440f
MWFeedParser: 2cf646014c1baf6ad1b08c480b40a08180079247
SwiftyJSON: 0b3e6c07af17ff745e77e8e9984097b55c956e5c
SwiftyTimer: 3b1bf42c8b1bb09dff7107b12d3b73cbf700bbce
TSMessages: 2a52642128d7ab15b46930c810b9c9403a2b58f3
TSMessages: c8cc7b80f2a833af533872cd02010cac061532cc

COCOAPODS: 0.37.2

0 comments on commit 92f4b72

Please sign in to comment.