From 4b7f3644bfe1a1bea9fdb2c9fc1c92edf40648c2 Mon Sep 17 00:00:00 2001 From: Wiktor Gworek Date: Thu, 22 Jan 2015 11:54:30 +0100 Subject: [PATCH] Updated CocoaPods podspec for version 1.1.0. --- EstimoteIndoorSDK.podspec | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/EstimoteIndoorSDK.podspec b/EstimoteIndoorSDK.podspec index 0e6def2..0ff3cfd 100644 --- a/EstimoteIndoorSDK.podspec +++ b/EstimoteIndoorSDK.podspec @@ -1,26 +1,26 @@ Pod::Spec.new do |s| - s.name = "EstimoteIndoorSDK" - s.version = "1.0.0" + s.name = "EstimoteIndoorSDK" + s.version = "1.1.0" s.summary = "Indoor Location SDK allows real-time beacon-based mapping and indoor location" s.description = <<-DESC - Map any space using Estimote Beacons and visualize your location within it in real-time. - DESC - s.homepage = "http://estimote.com/indoor" + Map any space using Estimote Beacons and visualize your location within it in real-time. + DESC + s.homepage = "http://estimote.com/indoor" s.license = { :type => 'Copyright', :text => <<-LICENSE - Copyright 2014 Estimote, Inc. All rights reserved. + Copyright 2015 Estimote, Inc. All rights reserved. LICENSE } - s.author = { "Estimote, Inc" => "contact@estimote.com" } - s.social_media_url = "http://twitter.com/estimote" + s.author = { "Estimote, Inc" => "contact@estimote.com" } + s.social_media_url = "http://twitter.com/estimote" - s.platform = :ios + s.platform = :ios s.ios.deployment_target = '7.0' - s.source = { :git => "https://github.com/Estimote/iOS-Indoor-SDK.git", :tag => "1.0.0" } + s.source = { :git => "https://github.com/Estimote/iOS-Indoor-SDK.git", :tag => "1.1.0" } s.source_files = 'EstimoteIndoorLocationSDK/Headers/*.h' s.resources = 'EstimoteIndoorLocationSDK/Resources/**/*' @@ -31,8 +31,9 @@ Pod::Spec.new do |s| s.requires_arc = true s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/EstimoteIndoorLocationSDK"', - 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/Headers/EstimoteIndoorLocationSDK"' } + 'HEADER_SEARCH_PATHS' => '"${PODS_ROOT}/Headers/EstimoteIndoorLocationSDK"', + 'OTHER_LDFLAGS' => '"-lc++"'} - s.dependency "EstimoteSDK", "~> 2.1" -end + s.dependency "EstimoteSDK", "~> 2.3.2" +end \ No newline at end of file