Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Updated CocoaPods podspec for version 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor committed Jan 22, 2015
1 parent ea1b06b commit 4b7f364
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions EstimoteIndoorSDK.podspec
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/**/*'
Expand All @@ -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

0 comments on commit 4b7f364

Please sign in to comment.