forked from coolnameismy/BabyBluetooth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBabyBluetooth.podspec
30 lines (24 loc) · 1.13 KB
/
BabyBluetooth.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
29
30
Pod::Spec.new do |s|
s.name = "BabyBluetooth"
s.version = "0.0.0"
s.license = 'MIT'
s.summary = "bluetooth library on iOS."
s.description = <<-DESC
The easiest way to use Bluetooth (BLE )in ios,even bady can use . 一个非常容易使用的蓝牙库。
s.homepage = "https://github.com/coolnameismy/BabyBluetooth"
# s.screenshots = "", ""
s.author = { "王中周" => "[email protected]" }
s.source = { :git => "https://github.com/wangzz/WZMarqueeView.git", :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/NAME'
# s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
# s.osx.deployment_target = '10.7'
s.requires_arc = true
s.source_files = 'BabyBluetooth/BabyBluetooth.h'
s.public_header_files = 'BabyBluetooth/*.h'
# s.resources = 'Assets'
# s.ios.exclude_files = 'Classes/osx'
# s.osx.exclude_files = 'Classes/ios'
# s.public_header_files = 'Classes/**/*.h'
# s.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'
end