This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CocoaPods podspec for version 1.1.0.
- Loading branch information
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" => "[email protected]" } | ||
s.social_media_url = "http://twitter.com/estimote" | ||
s.author = { "Estimote, Inc" => "[email protected]" } | ||
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 |