We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod::Spec.new do |s| s.name = "EstimoteSDK" s.version = "4.28.0" s.summary = "iOS library for Estimote iBeacon devices" s.homepage = "http://estimote.com" s.author = { "Estimote, Inc" => "[email protected]" } s.platform = :ios s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "4.28.0" } s.source_files = 'EstimoteSDK/EstimoteSDK.framework/Versions/A/Headers/*.h' s.vendored_frameworks = 'EstimoteSDK/EstimoteSDK.framework' s.ios.deployment_target = '9.0' s.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration', 'MobileCoreServices', 'CoreLocation', 'CoreBluetooth' s.requires_arc = true s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/EstimoteSDK"', 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/Headers/EstimoteSDK"' } s.license = { :type => 'Copyright', :text => <<-LICENSE Copyright 2017 Estimote, Inc. All rights reserved. LICENSE } end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pod::Spec.new do |s|
s.name = "EstimoteSDK"
s.version = "4.28.0"
s.summary = "iOS library for Estimote iBeacon devices"
s.homepage = "http://estimote.com"
s.author = { "Estimote, Inc" => "[email protected]" }
s.platform = :ios
s.source = { :git => "https://github.com/Estimote/iOS-SDK.git", :tag => "4.28.0" }
s.source_files = 'EstimoteSDK/EstimoteSDK.framework/Versions/A/Headers/*.h'
s.vendored_frameworks = 'EstimoteSDK/EstimoteSDK.framework'
s.ios.deployment_target = '9.0'
s.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration', 'MobileCoreServices', 'CoreLocation', 'CoreBluetooth'
s.requires_arc = true
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/EstimoteSDK"',
'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/Headers/EstimoteSDK"' }
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2017 Estimote, Inc. All rights reserved.
LICENSE
}
end
The text was updated successfully, but these errors were encountered: