Skip to content

Commit

Permalink
Corrected Cocoapods support
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklimek committed Nov 19, 2013
1 parent afd2dc2 commit 2425816
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EstimoteSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "v#{s.version}" }
s.source_files = 'EstimoteSDK/Headers/*.h'
s.preserve_paths = 'EstimoteSDK/libEstimoteSDK7.a'
s.vendored_libraries = 'EstimoteSDK/libEstimoteSDK7.a'
s.ios.deployment_target = '7.0'
s.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration', 'MobileCoreServices', 'CoreLocation'
s.requires_arc = true
Expand Down

0 comments on commit 2425816

Please sign in to comment.