Skip to content

Commit

Permalink
Update Flurry SDK to version 4.0.4 (Xcode 4.5 compatible)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk committed Sep 20, 2012
1 parent 4965628 commit edbff5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions FlurrySDK/4.0.4/FlurrySDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'FlurrySDK'
s.version = '4.0.4'
s.license = 'Commercial'
s.summary = 'FlurrySDK for analytics reporting.'
s.homepage = 'http://www.flurry.com'
s.author = { 'Flurry' => 'http://www.flurry.com' }
s.source = { :git => 'https://github.com/jk/FlurryAnalytics.git', :tag => '4.0.4' }
s.description = 'FlurrySDK for analytics tracking and reporting.'
s.platform = :ios
s.source_files = '**/*.h'
s.preserve_paths = '**/*.a'
s.library = 'Flurry'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/FlurrySDK/Flurry"' }
s.framework = 'SystemConfiguration'
end

0 comments on commit edbff5e

Please sign in to comment.