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

Commit

Permalink
Prepare for 1.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bok- committed Nov 17, 2014
1 parent 60eefb8 commit e296976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.3</string>
<string>1.0.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.3</string>
<string>1.0.4</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.3"
s.version = "1.0.4"
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.3" }
s.source = { :git => "https://github.com/unsignedapps/UAFilterableResultsController.git", :tag => "1.0.4" }
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 e296976

Please sign in to comment.