Add pod spec

This commit is contained in:
Kyle Fang
2013-02-28 21:12:57 +08:00
parent 6947501418
commit e5b59d1e97
2 changed files with 16 additions and 1 deletions

15
ZGCountDownTimer.podspec Normal file
View File

@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "ZGCountDownTimer"
s.version = "0.0.1"
s.summary = "Background Proof, Termination Proof Timer, Reboot Proof Timer."
s.homepage = "https://github.com/zhigang1992/ZGCountDownTimer.git"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Kyle Fang" => "zhigang1992@gmail.com" }
s.source = { :git => "https://github.com/zhigang1992/ZGCountDownTimer.git", :tag => "0.0.1b" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'Class/**/*.{h,m}'
s.public_header_files = 'Class/**/*.h'
s.requires_arc = true
end