Changed description in podspec.

This commit is contained in:
NicholasTD07
2014-03-03 11:35:00 +08:00
parent 1344ae8fb7
commit 371abbbe74

View File

@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source."
s.description = <<-DESC
I was going to code for my second CoreData based Table View Controller. Then it occurred to me that 80% of the functionality of two CoreData based Table View Controller are exactly the SAME. So I decided to refactor all those common stuff in a CDTVC into a super class. With my Unit Test covering me and Xcodes Refactor, it all went pretty well.
I was going to code for my second CoreData based Table View Controller. Then it occurred to me that 80% (or even more) of the functionality of two CoreData based Table View Controller are exactly the SAME. So I decided to refactor all those common stuff in a CDTVC into a super class. With my Unit Test covering me and Xcodes Refactor, it all went pretty well.
Volia! This is it.
DESC