Skip to content

Commit

Permalink
Podspec 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Nov 13, 2015
1 parent f2128f7 commit 57eb35e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions MoreComplexExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- RZNotificationView (1.1.7):
- MOOMaskedIconView (>= 0.1.0)
- PPHelpMe (>= 1.0.0)
- WAAppRouting (0.0.4)
- WAAppRouting (0.0.5)

DEPENDENCIES:
- PureLayout
Expand All @@ -21,6 +21,6 @@ SPEC CHECKSUMS:
PPHelpMe: 243c40d2fad33ebdcc6b158c0db54893e0cc2d14
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
RZNotificationView: 37b4a32e03a5f44a91ea76465f33313943a874d8
WAAppRouting: 64dde97adefda2e9293b5ab49e0568be5d76b53c
WAAppRouting: f678fa0dd488af81ee04aeab49e577f5ce187ae0

COCOAPODS: 0.38.2
4 changes: 2 additions & 2 deletions PPRevealSample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- RZNotificationView (1.1.7):
- MOOMaskedIconView (>= 0.1.0)
- PPHelpMe (>= 1.0.0)
- WAAppRouting (0.0.4)
- WAAppRouting (0.0.5)

DEPENDENCIES:
- PPRevealSideViewController
Expand All @@ -25,6 +25,6 @@ SPEC CHECKSUMS:
PPRevealSideViewController: be6d88511fcf55ddcfb9e9ad6167644a421e709a
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
RZNotificationView: 37b4a32e03a5f44a91ea76465f33313943a874d8
WAAppRouting: 64dde97adefda2e9293b5ab49e0568be5d76b53c
WAAppRouting: f678fa0dd488af81ee04aeab49e577f5ce187ae0

COCOAPODS: 0.38.2
4 changes: 2 additions & 2 deletions SimpleExample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- RZNotificationView (1.1.7):
- MOOMaskedIconView (>= 0.1.0)
- PPHelpMe (>= 1.0.0)
- WAAppRouting (0.0.4)
- WAAppRouting (0.0.5)

DEPENDENCIES:
- PureLayout
Expand All @@ -21,6 +21,6 @@ SPEC CHECKSUMS:
PPHelpMe: 243c40d2fad33ebdcc6b158c0db54893e0cc2d14
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
RZNotificationView: 37b4a32e03a5f44a91ea76465f33313943a874d8
WAAppRouting: 64dde97adefda2e9293b5ab49e0568be5d76b53c
WAAppRouting: f678fa0dd488af81ee04aeab49e577f5ce187ae0

COCOAPODS: 0.38.2
4 changes: 2 additions & 2 deletions SimpleExampleParameters/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- RZNotificationView (1.1.7):
- MOOMaskedIconView (>= 0.1.0)
- PPHelpMe (>= 1.0.0)
- WAAppRouting (0.0.4)
- WAAppRouting (0.0.5)

DEPENDENCIES:
- PureLayout
Expand All @@ -21,6 +21,6 @@ SPEC CHECKSUMS:
PPHelpMe: 243c40d2fad33ebdcc6b158c0db54893e0cc2d14
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
RZNotificationView: 37b4a32e03a5f44a91ea76465f33313943a874d8
WAAppRouting: 64dde97adefda2e9293b5ab49e0568be5d76b53c
WAAppRouting: f678fa0dd488af81ee04aeab49e577f5ce187ae0

COCOAPODS: 0.38.2
4 changes: 2 additions & 2 deletions WAAppRouting.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "WAAppRouting"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "WAAppRouting is a library to help you dealing with routing on your app by controllers. As a key point, it handles a stack of controllers!"

s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ All this points are answered by `WAAppRouting` (and more)
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Marian Paul" => "marian@wasapp.li" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/Wasappli/WAAppRouting.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/Wasappli/WAAppRouting.git", :tag => "0.0.5" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
end
8 changes: 4 additions & 4 deletions WAAppRoutingTests/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- Kiwi (2.4.0)
- WAAppRouting (0.0.1)
- WAAppRouting (0.0.5)

DEPENDENCIES:
- Kiwi
- WAAppRouting (from `../WAAppRouting.podspec`)

EXTERNAL SOURCES:
WAAppRouting:
:path: "../WAAppRouting.podspec"
:path: ../WAAppRouting.podspec

SPEC CHECKSUMS:
Kiwi: f49c9d54b28917df5928fe44968a39ed198cb8a8
WAAppRouting: 2a6fb09b307659b64029d23ebf8e87d0e5873cf5
WAAppRouting: f678fa0dd488af81ee04aeab49e577f5ce187ae0

COCOAPODS: 0.38.0
COCOAPODS: 0.38.2

0 comments on commit 57eb35e

Please sign in to comment.