-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCCLocation-Swift-3.1.podspec
28 lines (22 loc) · 1.18 KB
/
CCLocation-Swift-3.1.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = 'CCLocation-Swift-3.1'
s.version = '2.0.0'
s.summary = 'The CrowdConnected colocator iOS library'
s.homepage = 'https://github.com/crowdconnected/colocator-ios-swift-3.1.git'
s.social_media_url = 'https://twitter.com/crowdconnected'
s.author = { 'CrowdConnected Ltd' => '[email protected]' }
s.source = { :git => 'https://github.com/crowdconnected/colocator-ios-swift-3.1.git', :tag => s.version.to_s }
s.license = { :type => 'Copyright', :text => 'Copyright (c) 2017 Crowd Connected Ltd' }
s.documentation_url = 'https://developers.colocator.net'
s.source_files = 'CCLocation.framework/Headers/*.h'
s.vendored_frameworks = 'CCLocation.framework'
s.module_name = 'CCLocation'
s.ios.deployment_target = '8.0'
s.frameworks = 'CoreLocation', 'UIKit', 'CoreBluetooth'
s.dependency 'CocoaLumberjack/Swift', '~> 3.2.0'
s.dependency 'SocketRocket', '~> 0.4.2'
s.dependency 'SwiftProtobuf'
s.dependency 'ReSwift', '~> 4.0.0'
s.dependency 'TrueTime'
s.dependency 'Result', '~> 3.2.3'
end