-
Notifications
You must be signed in to change notification settings - Fork 0
/
dr-apns.gemspec
29 lines (25 loc) · 978 Bytes
/
dr-apns.gemspec
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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{dr-apns}
s.version = "0.1.8"
s.date = %q{2014-11-22}
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dongri Jin"]
s.autorequire = %q{apns}
s.description = %q{Simple Apple push notification service gem}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["MIT-LICENSE"]
s.files = ["MIT-LICENSE", "README.textile", "Rakefile", "lib/apns", "lib/apns/core.rb", "lib/apns.rb"]
s.homepage = %q{http://github.com/dongri/DR-APNS}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Simple Apple push notification service gem}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end