-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathInLocoCommon-iOS-SDK.podspec
More file actions
20 lines (20 loc) · 1017 Bytes
/
InLocoCommon-iOS-SDK.podspec
File metadata and controls
20 lines (20 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'InLocoCommon-iOS-SDK'
s.version = '5.8.3'
s.summary = 'In Loco Common iOS SDK'
s.description = <<-DESC
Analyze, understand, and drive results for your business with real-world data on the flow of visits to establishments and behavior in the physical world.
DESC
s.homepage = 'https://www.incognia.com/'
s.license = 'Copyright'
s.author = { "In Loco Tecnologia da Informacao S.A." => "hi@inlocomedia.com" }
s.source = { :git => "https://github.com/In-Loco-Media/inlocomedia-ios-sdk.git", :tag => "5.8.3" }
s.documentation_url = "https://developer.incognia.com/docs/br/v5/"
s.ios.deployment_target = '9.0'
s.xcconfig = { 'OTHER_LDFLAGS' => '-lObjC' }
s.license = 'LICENSE'
s.frameworks = 'Foundation'
s.vendored_frameworks = 'InLocoSDK/InLocoSDK.framework',
'InLocoSDK/InLocoSDKCore.framework'
s.requires_arc = true
end