Skip to content

Commit

Permalink
Fix path in Example Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvuko committed Dec 17, 2014
1 parent 5b69607 commit bb8363b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Example/Example/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
// main.m
// Example
//
// Created by Jonathan on 15/11/14.
// Copyright (c) 2014 Jonathan Tribouharet. All rights reserved.
// Created by Jonathan Tribouharet.
//

#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '7.0'

pod 'JTNumberScrollAnimatedView', path: '../'
pod 'JTNumberScrollAnimatedView', path: '..'

0 comments on commit bb8363b

Please sign in to comment.