Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

Pod spec #295

Open Beacon1NJ opened 8 months ago

Beacon1NJ commented 8 months ago

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" => "contact@estimote.com" } 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