Skip to content

Commit

Permalink
Bump to version 3.0.2 of library
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Oct 9, 2016
1 parent 3dcee9a commit 8da963a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R.swift.Library
Submodule R.swift.Library updated 32 files
+2 −1 Library/Core/ColorResource.swift
+2 −1 Library/Core/Core+Migration.swift
+3 −2 Library/Core/FileResource.swift
+2 −1 Library/Core/FontResource.swift
+2 −1 Library/Core/Identifier.swift
+2 −1 Library/Core/ImageResource.swift
+2 −1 Library/Core/NibResource.swift
+2 −1 Library/Core/ReuseIdentifierProtocol.swift
+2 −1 Library/Core/StoryboardResource.swift
+2 −1 Library/Core/StoryboardSegueIdentifierProtocol.swift
+2 −1 Library/Core/StoryboardViewControllerResource.swift
+2 −1 Library/Core/StringResource.swift
+2 −1 Library/Core/Validatable.swift
+2 −1 Library/Foundation/Bundle+FileResource.swift
+2 −1 Library/Foundation/Data+FileResource.swift
+2 −1 Library/Foundation/Foundation+Migration.swift
+2 −1 Library/Rswift.h
+2 −1 Library/UIKit/ColorResource+UIKit.swift
+2 −1 Library/UIKit/NibResource+UIKit.swift
+2 −1 Library/UIKit/StoryboardResourceWithInitialController+UIKit.swift
+2 −1 Library/UIKit/TypedStoryboardSegueInfo+UIStoryboardSegue.swift
+2 −1 Library/UIKit/UICollectionView+ReuseIdentifierProtocol.swift
+2 −1 Library/UIKit/UIFont+FontResource.swift
+2 −1 Library/UIKit/UIImage+ImageResource.swift
+2 −1 Library/UIKit/UIKit+Migration.swift
+2 −1 Library/UIKit/UINib+NibResource.swift
+2 −1 Library/UIKit/UIStoryboard+StoryboardResource.swift
+2 −1 Library/UIKit/UIStoryboard+StoryboardViewControllerResource.swift
+2 −1 Library/UIKit/UITableView+ReuseIdentifierProtocol.swift
+2 −1 Library/UIKit/UIViewController+NibResource.swift
+2 −1 Library/UIKit/UIViewController+StoryboardSegueIdentifierProtocol.swift
+1 −1 R.swift.Library.podspec
2 changes: 1 addition & 1 deletion R.swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '8.0'
spec.tvos.deployment_target = '9.0'

spec.dependency "R.swift.Library", "~> 3.0.0"
spec.dependency "R.swift.Library", "~> 3.0.2"

spec.preserve_paths = "rswift"

Expand Down

0 comments on commit 8da963a

Please sign in to comment.