-
Notifications
You must be signed in to change notification settings - Fork 31
/
Bleu.podspec
24 lines (21 loc) · 973 Bytes
/
Bleu.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
Pod::Spec.new do |s|
s.name = "Bleu"
s.version = "1.1.0"
s.summary = "BLE(Bluetooth LE) for U💖). Bleu enables communication in server and client format."
s.description = <<-DESC
BLE(Bluetooth LE) for U💖). Bleu enables communication in server and client format.
DESC
s.homepage = "https://github.com/1amageek/Bleu"
s.license = "MIT"
#s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "1_am_a_geek" => "[email protected]" }
s.social_media_url = "http://twitter.com/1amageek"
s.ios.deployment_target = "10.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/1amageek/Bleu.git", :tag => "#{s.version}" }
s.source_files = "Bleu/**/*.swift"
s.requires_arc = true
end