From bb8363b8ed090b4683c03453ca2b6312c7ebbf31 Mon Sep 17 00:00:00 2001 From: Jonathan Tribouharet Date: Wed, 17 Dec 2014 02:11:19 +0100 Subject: [PATCH] Fix path in Example Podfile --- Example/Example/main.m | 3 +-- Example/Podfile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Example/Example/main.m b/Example/Example/main.m index 86e6198..dda1a7b 100644 --- a/Example/Example/main.m +++ b/Example/Example/main.m @@ -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 diff --git a/Example/Podfile b/Example/Podfile index affd3e1..bcbe527 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -2,4 +2,4 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, '7.0' -pod 'JTNumberScrollAnimatedView', path: '../' +pod 'JTNumberScrollAnimatedView', path: '..'