diff --git a/BeeFramework/0.1.1/BeeFramework.podspec b/BeeFramework/0.1.1/BeeFramework.podspec index 37c0698e8aa7ff..619a26a16d70c0 100644 --- a/BeeFramework/0.1.1/BeeFramework.podspec +++ b/BeeFramework/0.1.1/BeeFramework.podspec @@ -1,17 +1,18 @@ Pod::Spec.new do |s| s.name = "BeeFramework" s.version = "0.1.1" - s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly. Add __BEE_DEBUGGER__=1 in build setting of Pods target to enable Bee Debugger." + s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly." s.description = <<-DESC Bee Framework is a MVC Framework to develop iOS application. It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it. + Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger. DESC s.homepage = "http://bbs.whatsbug.com/BeeFramework" s.license = 'MIT' s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"} - s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" } + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" } s.resource = "BeeDebugger/*.png" s.platform = :ios