Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
update pod spec
  • Loading branch information
SoXeon committed Aug 2, 2016
1 parent 4af1e47 commit c8aaca9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion BeeHive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,22 @@ Pod::Spec.new do |s|
s.version = "1.0.0"
s.summary = "BeeHive is a kind of modular programming method"

s.description = <<Developer can use BeeHive make iOS programming easier
s.description = <<-DESC
Developer can use BeeHive make iOS programming easier
DESC

s.homepage = "https://github.com/alibaba/BeeHive/"

s.license = "GPL"

s.platform = :ios, '7.0'

s.author = { "soxeon" => "[email protected]" }

s.source = { :git => "https://github.com/alibaba/BeeHive.git", :tag => "#{s.version}" }

s.source_files = 'BeeHive/*.{h,m}'
s.resource = 'BeeHive/*.bundle'
s.frameworks = 'QuartzCore','UIKit'

end

0 comments on commit c8aaca9

Please sign in to comment.