diff --git a/Example/Podfile b/Example/Podfile index 64d9d11..ad6df06 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,2 +1,3 @@ -pod "FBAnnotationClustering", :path => "../FBAnnotationClustering.podspec" - +target "AnnotationClustering" do + pod "FBAnnotationClustering", :path => "../FBAnnotationClustering.podspec" +end \ No newline at end of file