diff --git a/BeeHive.podspec b/BeeHive.podspec index 802a273..fead5f6 100644 --- a/BeeHive.podspec +++ b/BeeHive.podspec @@ -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 = < "dpsopower@gmail.com" } 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