forked from coolnameismy/BabyBluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBabyBluetooth.podspec
More file actions
25 lines (17 loc) · 812 Bytes
/
BabyBluetooth.podspec
File metadata and controls
25 lines (17 loc) · 812 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
25
Pod::Spec.new do |s|
s.name = "BabyBluetooth"
s.version = "0.7.0"
s.summary = "bluetooth library on ios/osx"
s.description = <<-DESC
he easiest way to use Bluetooth (BLE)in ios,even bady can use . 一个非常容易使用的蓝牙库.
DESC
s.homepage = "https://github.com/coolnameismy/BabyBluetooth"
# s.screenshots = "http://images.jumppo.com/uploads/BabyBluetooth_logo.png", ""
s.license = "MIT"
s.author = { "liuyanwei" => "coolnameismy@hotmail.com" }
s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.7.0" }
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.10'
s.requires_arc = true
s.source_files = "Classes", "Classes/objc/*.{h,m}"
end