Skip to content

Commit

Permalink
updated spec with new values
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan C. Montemayor E committed Aug 19, 2013
1 parent 6d66bb1 commit 35b0022
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions TapjoySDK/9.1.1/TapjoySDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ Pod::Spec.new do |s|
s.source = { :http => 'https://s3.amazonaws.com/tapjoy/sdks/TapjoySDK_iOS_v9.1.1.zip' }
s.platform = :ios

s.resource = "TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.framework/Versions/A/Resources/TapjoyResources.bundle"
s.resources = "TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.embeddedframework/**/*.bundle"

s.source_files = 'TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.framework/Versions/A/Headers/*.h'
s.preserve_paths = 'TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.framework/*'
s.public_header_files = 'TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.embeddedframework/Tapjoy.framework/**/*.h'
s.preserve_paths = 'TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.embeddedframework/Tapjoy.framework'
s.vendored_frameworks = 'TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.embeddedframework/Tapjoy.framework'
s.framework = 'Foundation', 'UIKit', 'CoreGraphics', 'SystemConfiguration', 'CoreTelephony', 'MediaPlayer'
s.weak_frameworks = 'AdSupport'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/TapjoySDK_iOS_v9.1.1/Libraries/Tapjoy.framework"'}
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/TapjoySDK/**"'}
s.requires_arc = true
end

0 comments on commit 35b0022

Please sign in to comment.