From daba97e8c2d696f0c2f64a4cfc842c3507f15e4a Mon Sep 17 00:00:00 2001 From: NicholasTD07 Date: Sat, 8 Mar 2014 16:47:52 +0800 Subject: [PATCH] Release 0.0.3. --- NTDCoreDataTableViewController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NTDCoreDataTableViewController.podspec b/NTDCoreDataTableViewController.podspec index f88c4b9..c44b000 100644 --- a/NTDCoreDataTableViewController.podspec +++ b/NTDCoreDataTableViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NTDCoreDataTableViewController" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source." s.description = <<-DESC @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "NicholasTD07" => "Nicholas.TD07@gmail.com" } s.platform = :ios - s.source = { :git => "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git", :tag => "0.0.2" } + s.source = { :git => "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git", :tag => "0.0.3" } s.source_files = 'NTDCoreDataTableViewController/*.{h,m}' s.frameworks = 'CoreData', 'UIKit' end