Skip to content

Commit

Permalink
fix summary and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui committed Nov 22, 2012
1 parent 28f340e commit 942a3ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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

Expand Down

0 comments on commit 942a3ed

Please sign in to comment.