Skip to content

Commit

Permalink
fixing which lib is there
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Reinhardt committed Mar 1, 2014
1 parent 0ddfa06 commit c284c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Localytics/2.21.0.fork/Localytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Localytics"
s.version = "2.21.0"
s.version = "2.21.0.fork"
s.summary = "Localytics iOS SDK"
s.description = "Localytics analytics and marketing platform"
s.homepage = "http://www.localytics.com"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '5.1.1'

s.source_files = '*.h'
s.preserve_paths = 'libLocalyticsAMP.a'
s.preserve_paths = 'libLocalyticsAMP_x64.a'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/Localytics-AMP"' }

s.weak_frameworks = 'AdSupport'
Expand Down

0 comments on commit c284c07

Please sign in to comment.