-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathBeaconCtrl.podspec
More file actions
24 lines (19 loc) · 855 Bytes
/
Copy pathBeaconCtrl.podspec
File metadata and controls
24 lines (19 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "BeaconCtrl"
s.version = "0.0.1"
s.summary = "Low Energy Bluetooth Framework"
s.authors = { "Upnext Ltd." => "http://www.up-next.com"}
s.homepage = "http://www.up-next.com/beacon"
s.source = { :git => "ssh://git@stash.up-next.com:7999/bp/bp-ios-sdk.git", :tag => "v#{s.version}" }
s.license = 'LICENSE*.*'
s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
s.source_files = "BeaconCtrl", "BeaconCtrl/**/*.{h,m}"
s.private_header_files = "BeaconCtrl/Private/*.h"
s.frameworks = 'Foundation', 'CoreFoundation', 'CoreLocation', 'SystemConfiguration', 'MobileCoreServices', 'UIKit'
s.weak_frameworks = 'Twitter', 'Social', 'Accounts'
s.dependency "SAMCache"
s.dependency "UNNetworking"
s.dependency "KontaktSDK-OLD"
s.requires_arc = true
end