Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nafu committed Dec 30, 2014
1 parent 25a45dd commit 683d324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FlurrySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EOT

Pod::Spec.new do |s|
s.name = 'FlurrySDK'
s.version = '5.4.0'
s.version = '6.0.0'
s.license = { :type => 'Commercial', :text => license }
s.summary = 'FlurrySDK for analytics tracking and reporting. Also Ads included'
s.homepage = 'http://www.flurry.com'
Expand All @@ -19,13 +19,13 @@ Pod::Spec.new do |s|
ss.libraries = "z"
ss.frameworks = 'CoreGraphics', 'Foundation', 'MediaPlayer', 'SystemConfiguration', 'UIKit', 'Security'
ss.weak_frameworks = 'AdSupport', 'StoreKit'
ss.vendored_libraries = 'Flurry/libFlurry_5.4.0.a'
ss.vendored_libraries = 'Flurry/libFlurry_6.0.0.a'
end

s.subspec 'FlurryAds' do |ss|
ss.source_files = 'FlurryAds/*.h'
ss.source_files = 'FlurryAds/**/*.h'
ss.frameworks = 'iAd'
ss.vendored_libraries = 'FlurryAds/libFlurryAds_5.4.0.a'
ss.vendored_libraries = 'FlurryAds/libFlurryAds_6.0.0.a'
ss.dependency 'FlurrySDK/FlurrySDK'
end

Expand Down

0 comments on commit 683d324

Please sign in to comment.