Skip to content

Commit

Permalink
Merge pull request CocoaPods#398 from nvd/master
Browse files Browse the repository at this point in the history
Upgrade to Flurry v4.0.1
  • Loading branch information
fabiopelosin committed Aug 16, 2012
2 parents 6818cd5 + 1d146dc commit 920a47b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions FlurrySDK/4.0.1/FlurrySDK.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'FlurrySDK'
s.version = '4.0.1'
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/nvd/FlurryAnalytics.git', :tag => '4.0.1' }
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 920a47b

Please sign in to comment.