Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Update to the latest release of Kiwi (used for unit tests). Prepare f…
Browse files Browse the repository at this point in the history
…or the 1.0.3 release.
  • Loading branch information
bok- committed Jul 24, 2014
1 parent e37b632 commit 8ed9729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Code/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '6.0'

target :'UAFilterableResultsControllerTests', :exclusive => true do
pod 'Kiwi/XCTest'
pod 'Kiwi'
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIMainStoryboardFile</key>
Expand Down
4 changes: 2 additions & 2 deletions UAFilterableResultsController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UAFilterableResultsController"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "A NSFetchedResultsController-style class using NSMutableArray as the backing store instead of Core Data. "
s.description = <<-DESC
UAFilterableResultsController provides the following:
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/unsignedapps/UAFilterableResultsController"
s.license = 'MIT'
s.author = { "Unsigned Apps" => "[email protected]" }
s.source = { :git => "https://github.com/unsignedapps/UAFilterableResultsController.git", :tag => "1.0.2" }
s.source = { :git => "https://github.com/unsignedapps/UAFilterableResultsController.git", :tag => "1.0.3" }
s.platform = :ios, '7.0'
s.exclude_files = 'Code/UAFilterableResultsController/UAAppDelegate.*', 'Code/UAFilterableResultsController/main.m', 'Code/UAFilterableResultsController/UAViewController.*'
s.requires_arc = true
Expand Down

0 comments on commit 8ed9729

Please sign in to comment.