Skip to content

Commit

Permalink
Bump CocoaPods version
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Apr 29, 2018
1 parent 9233812 commit 940e7c8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Build generated
build/
DerivedData/
RxFlow.framework.zip

## macos
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion RxFlow.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RxFlow"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "RxFlow is a navigation framework for iOS applications, based on a Reactive Coordinator pattern."

s.description = <<-DESC
Expand Down
7 changes: 7 additions & 0 deletions RxFlow.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 940e7c8

Please sign in to comment.