Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Schukin committed Sep 26, 2014
1 parent a77b6ea commit 3ba98f8
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions FlurrySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,17 @@ Pod::Spec.new do |s|
s.default_subspec = 'FlurrySDK'

s.subspec 'FlurrySDK' do |ss|
ss.source_files = 'Flurry/**/*.h'
ss.preserve_paths = 'Flurry/**/*.a'
ss.libraries = "z", "Flurry_#{s.version}"
ss.source_files = 'Flurry/*.h'
ss.libraries = "z"
ss.frameworks = 'CoreGraphics', 'Foundation', 'MediaPlayer', 'SystemConfiguration', 'UIKit', 'Security'
ss.weak_frameworks = 'AdSupport', 'StoreKit'
ss.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/FlurrySDK/Flurry"' }
ss.vendored_libraries = 'Flurry/libFlurry_5.4.0.a'
end

s.subspec 'FlurryAds' do |ss|
ss.source_files = 'FlurryAds/**/*.h'
ss.preserve_paths = 'FlurryAds/**/*.a'
ss.library = "FlurryAds_#{s.version}"
ss.source_files = 'FlurryAds/*.h'
ss.frameworks = 'iAd'
ss.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/FlurrySDK/FlurryAds"' }
ss.vendored_libraries = 'FlurryAds/libFlurryAds_5.4.0.a'
ss.dependency 'FlurrySDK/FlurrySDK'
end

Expand Down

0 comments on commit 3ba98f8

Please sign in to comment.