From 54fac76b62357cf4fce2ac2b060be611555a695d Mon Sep 17 00:00:00 2001 From: Ole Gammelgaard Poulsen Date: Wed, 13 Aug 2014 16:50:37 +0200 Subject: [PATCH] Changed git path to original DyCI repo --- dyci.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dyci.podspec b/dyci.podspec index 27c95f1..880e06b 100644 --- a/dyci.podspec +++ b/dyci.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.author = { "Paul Taykalo" => "tt.kilew@gmail.com" } - s.source = { :git => "https://github.com/olegam/dyci-main.git", :tag => 'v0.1.5.4'} + s.source = { :git => "https://github.com/DyCI/dyci-main.git", :tag => 'v0.1.5.4'} s.requires_arc = true s.platform = :ios, '5.0' s.source_files = 'Dynamic Code Injection/dyci/**/*.{h,m}'